@types/serviceworker
Advanced tools
Comparing version 0.0.101 to 0.0.102
@@ -5,7 +5,2 @@ ///////////////////////////// | ||
interface AbortSignal { | ||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/any_static) */ | ||
any(signals: Iterable<AbortSignal>): AbortSignal; | ||
} | ||
interface CSSNumericArray { | ||
@@ -12,0 +7,0 @@ [Symbol.iterator](): ArrayIterator<CSSNumericValue>; |
{ | ||
"name": "@types/serviceworker", | ||
"version": "0.0.101", | ||
"version": "0.0.102", | ||
"description": "Types for the global scope of Service Workers", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -31,2 +31,2 @@ ### `@types/serviceworker` - Types for the global scope of Service Workers | ||
You can read what changed in version 0.0.101 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.101. | ||
You can read what changed in version 0.0.102 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.102. |
@@ -5,7 +5,2 @@ ///////////////////////////// | ||
interface AbortSignal { | ||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/any_static) */ | ||
any(signals: Iterable<AbortSignal>): AbortSignal; | ||
} | ||
interface CSSNumericArray { | ||
@@ -12,0 +7,0 @@ [Symbol.iterator](): IterableIterator<CSSNumericValue>; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
880029
16696