@types/sharedworker 0.0.208 → 0.0.209
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 +2 -2
- package/package.json +1 -1
- package/ts5.5/index.d.ts +2 -2
- package/ts5.6/index.d.ts +2 -2
- package/ts5.9/index.d.ts +2 -2
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.209 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fsharedworker%400.0.209.
|
package/index.d.ts
CHANGED
|
@@ -11074,7 +11074,7 @@ interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerG
|
|
|
11074
11074
|
*/
|
|
11075
11075
|
readonly self: WorkerGlobalScope & typeof globalThis;
|
|
11076
11076
|
/**
|
|
11077
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
11077
|
+
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the scope of a classic worker (a worker constructed from a classic script).
|
|
11078
11078
|
*
|
|
11079
11079
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
11080
11080
|
*/
|
|
@@ -12026,7 +12026,7 @@ declare var onunhandledrejection: ((this: SharedWorkerGlobalScope, ev: PromiseRe
|
|
|
12026
12026
|
*/
|
|
12027
12027
|
declare var self: WorkerGlobalScope & typeof globalThis;
|
|
12028
12028
|
/**
|
|
12029
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
12029
|
+
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the scope of a classic worker (a worker constructed from a classic script).
|
|
12030
12030
|
*
|
|
12031
12031
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
12032
12032
|
*/
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -11071,7 +11071,7 @@ interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerG
|
|
|
11071
11071
|
*/
|
|
11072
11072
|
readonly self: WorkerGlobalScope & typeof globalThis;
|
|
11073
11073
|
/**
|
|
11074
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
11074
|
+
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the scope of a classic worker (a worker constructed from a classic script).
|
|
11075
11075
|
*
|
|
11076
11076
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
11077
11077
|
*/
|
|
@@ -12023,7 +12023,7 @@ declare var onunhandledrejection: ((this: SharedWorkerGlobalScope, ev: PromiseRe
|
|
|
12023
12023
|
*/
|
|
12024
12024
|
declare var self: WorkerGlobalScope & typeof globalThis;
|
|
12025
12025
|
/**
|
|
12026
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
12026
|
+
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the scope of a classic worker (a worker constructed from a classic script).
|
|
12027
12027
|
*
|
|
12028
12028
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
12029
12029
|
*/
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -11071,7 +11071,7 @@ interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerG
|
|
|
11071
11071
|
*/
|
|
11072
11072
|
readonly self: WorkerGlobalScope & typeof globalThis;
|
|
11073
11073
|
/**
|
|
11074
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
11074
|
+
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the scope of a classic worker (a worker constructed from a classic script).
|
|
11075
11075
|
*
|
|
11076
11076
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
11077
11077
|
*/
|
|
@@ -12023,7 +12023,7 @@ declare var onunhandledrejection: ((this: SharedWorkerGlobalScope, ev: PromiseRe
|
|
|
12023
12023
|
*/
|
|
12024
12024
|
declare var self: WorkerGlobalScope & typeof globalThis;
|
|
12025
12025
|
/**
|
|
12026
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
12026
|
+
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the scope of a classic worker (a worker constructed from a classic script).
|
|
12027
12027
|
*
|
|
12028
12028
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
12029
12029
|
*/
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -11071,7 +11071,7 @@ interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerG
|
|
|
11071
11071
|
*/
|
|
11072
11072
|
readonly self: WorkerGlobalScope & typeof globalThis;
|
|
11073
11073
|
/**
|
|
11074
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
11074
|
+
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the scope of a classic worker (a worker constructed from a classic script).
|
|
11075
11075
|
*
|
|
11076
11076
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
11077
11077
|
*/
|
|
@@ -12023,7 +12023,7 @@ declare var onunhandledrejection: ((this: SharedWorkerGlobalScope, ev: PromiseRe
|
|
|
12023
12023
|
*/
|
|
12024
12024
|
declare var self: WorkerGlobalScope & typeof globalThis;
|
|
12025
12025
|
/**
|
|
12026
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
12026
|
+
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the scope of a classic worker (a worker constructed from a classic script).
|
|
12027
12027
|
*
|
|
12028
12028
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
12029
12029
|
*/
|