abort-utils
Advanced tools
Comparing version 0.9.0 to 0.10.0
export * from './on-abort.js'; | ||
export * from './merge-signals.js'; | ||
export * from './promise-from-signal.js'; | ||
export * from './link-controllers.js'; |
export * from './on-abort.js'; | ||
export * from './merge-signals.js'; | ||
export * from './promise-from-signal.js'; | ||
export * from './link-controllers.js'; |
{ | ||
"name": "abort-utils", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Utility functions to use and combine `AbortSignal` and `AbortController` with Promises", | ||
@@ -12,2 +12,3 @@ "keywords": [ | ||
"merge", | ||
"promise", | ||
"event" | ||
@@ -14,0 +15,0 @@ ], |
@@ -27,2 +27,3 @@ # abort-utils [![][badge-gzip]][link-bundlephobia] | ||
- [mergeSignals](./source/merge-signals.md): Create a new signal that aborts when any of the input signals aborts. | ||
- [linkControllers](./source/link-controllers.md): Link multiple controllers so that when one aborts, they all abort with the same reason. | ||
- [promiseFromSignal](./source/promise-from-signals.md): Create a Promise that resolves or rejects when the signal aborts. | ||
@@ -29,0 +30,0 @@ |
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
9580
15
166
33