@quilted/threads
Advanced tools
Comparing version 0.0.0-preview-20240826020905 to 0.0.0-preview-20240831055321
# @quilted/threads | ||
## 0.0.0-preview-20240826020905 | ||
## 0.0.0-preview-20240831055321 | ||
### Minor Changes | ||
### Patch Changes | ||
- Add custom `serialize` and `deserialize` options to both thread serialization implementations | ||
- Fix `ThreadSignal` initialization | ||
- Add methods to check for `ThreadSignal` and `ThreadAbortSignal` | ||
## 3.1.1 | ||
### Patch Changes | ||
- [`574b5d6`](https://github.com/lemonmade/quilt/commit/574b5d62c63a2b4505f9e8f192283382fbc9fd37) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix `ThreadSignal` initialization | ||
## 3.1.0 | ||
@@ -12,0 +16,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.0.0-preview-20240826020905", | ||
"version": "0.0.0-preview-20240831055321", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "engines": { |
@@ -85,3 +85,3 @@ import {Signal, type ReadonlySignal} from '@preact/signals-core'; | ||
const valueDescriptor = Object.getOwnPropertyDescriptor( | ||
Object.getPrototypeOf(signal), | ||
Object.getPrototypeOf(this), | ||
'value', | ||
@@ -88,0 +88,0 @@ )!; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
352486