@types/webworker 0.0.58 → 0.0.59
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
|
@@ -45,4 +45,4 @@ This project does not respect semantic versioning as almost every change could p
|
|
|
45
45
|
|
|
46
46
|
## Deploy Metadata
|
|
47
47
|
|
|
48
|
-
You can read what changed in version 0.0.
|
|
48
|
+
You can read what changed in version 0.0.59 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fwebworker%400.0.59.
|
package/index.d.ts
CHANGED
|
@@ -13041,7 +13041,7 @@ interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerG
|
|
|
13041
13041
|
*/
|
|
13042
13042
|
readonly self: WorkerGlobalScope & typeof globalThis;
|
|
13043
13043
|
/**
|
|
13044
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
13044
|
+
* 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).
|
|
13045
13045
|
*
|
|
13046
13046
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
13047
13047
|
*/
|
|
@@ -14024,7 +14024,7 @@ declare var onunhandledrejection: ((this: DedicatedWorkerGlobalScope, ev: Promis
|
|
|
14024
14024
|
*/
|
|
14025
14025
|
declare var self: WorkerGlobalScope & typeof globalThis;
|
|
14026
14026
|
/**
|
|
14027
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
14027
|
+
* 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).
|
|
14028
14028
|
*
|
|
14029
14029
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
14030
14030
|
*/
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -13038,7 +13038,7 @@ interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerG
|
|
|
13038
13038
|
*/
|
|
13039
13039
|
readonly self: WorkerGlobalScope & typeof globalThis;
|
|
13040
13040
|
/**
|
|
13041
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
13041
|
+
* 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).
|
|
13042
13042
|
*
|
|
13043
13043
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
13044
13044
|
*/
|
|
@@ -14021,7 +14021,7 @@ declare var onunhandledrejection: ((this: DedicatedWorkerGlobalScope, ev: Promis
|
|
|
14021
14021
|
*/
|
|
14022
14022
|
declare var self: WorkerGlobalScope & typeof globalThis;
|
|
14023
14023
|
/**
|
|
14024
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
14024
|
+
* 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).
|
|
14025
14025
|
*
|
|
14026
14026
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
14027
14027
|
*/
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -13038,7 +13038,7 @@ interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerG
|
|
|
13038
13038
|
*/
|
|
13039
13039
|
readonly self: WorkerGlobalScope & typeof globalThis;
|
|
13040
13040
|
/**
|
|
13041
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
13041
|
+
* 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).
|
|
13042
13042
|
*
|
|
13043
13043
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
13044
13044
|
*/
|
|
@@ -14021,7 +14021,7 @@ declare var onunhandledrejection: ((this: DedicatedWorkerGlobalScope, ev: Promis
|
|
|
14021
14021
|
*/
|
|
14022
14022
|
declare var self: WorkerGlobalScope & typeof globalThis;
|
|
14023
14023
|
/**
|
|
14024
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
14024
|
+
* 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).
|
|
14025
14025
|
*
|
|
14026
14026
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
14027
14027
|
*/
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -13038,7 +13038,7 @@ interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerG
|
|
|
13038
13038
|
*/
|
|
13039
13039
|
readonly self: WorkerGlobalScope & typeof globalThis;
|
|
13040
13040
|
/**
|
|
13041
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
13041
|
+
* 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).
|
|
13042
13042
|
*
|
|
13043
13043
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
13044
13044
|
*/
|
|
@@ -14021,7 +14021,7 @@ declare var onunhandledrejection: ((this: DedicatedWorkerGlobalScope, ev: Promis
|
|
|
14021
14021
|
*/
|
|
14022
14022
|
declare var self: WorkerGlobalScope & typeof globalThis;
|
|
14023
14023
|
/**
|
|
14024
|
-
* The **`importScripts()`** method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker
|
|
14024
|
+
* 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).
|
|
14025
14025
|
*
|
|
14026
14026
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/importScripts)
|
|
14027
14027
|
*/
|