@types/serviceworker 0.0.62 → 0.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.d.ts +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,4 +28,4 @@ This project does not respect semantic versioning as almost every change could p
|
|
|
28
28
|
|
|
29
29
|
## Deploy Metadata
|
|
30
30
|
|
|
31
|
-
You can read what changed in version 0.0.
|
|
31
|
+
You can read what changed in version 0.0.63 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.63.
|
package/index.d.ts
CHANGED
|
@@ -3287,7 +3287,6 @@ interface URLSearchParams {
|
|
|
3287
3287
|
declare var URLSearchParams: {
|
|
3288
3288
|
prototype: URLSearchParams;
|
|
3289
3289
|
new(init?: string[][] | Record<string, string> | string | URLSearchParams): URLSearchParams;
|
|
3290
|
-
toString(): string;
|
|
3291
3290
|
};
|
|
3292
3291
|
|
|
3293
3292
|
interface WEBGL_color_buffer_float {
|