@types/webworker 0.0.35 → 0.0.36

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 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.35 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fwebworker%400.0.35.
48
+ You can read what changed in version 0.0.36 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fwebworker%400.0.36.
package/index.d.ts CHANGED
@@ -8143,7 +8143,7 @@ interface ServiceWorkerGlobalScopeEventMap extends WorkerGlobalScopeEventMap {
8143
8143
  "fetch": FetchEvent;
8144
8144
  "install": ExtendableEvent;
8145
8145
  "message": ExtendableMessageEvent;
8146
- "messageerror": MessageEvent;
8146
+ "messageerror": ExtendableMessageEvent;
8147
8147
  "notificationclick": NotificationEvent;
8148
8148
  "notificationclose": NotificationEvent;
8149
8149
  "push": PushEvent;
@@ -8180,7 +8180,7 @@ interface ServiceWorkerGlobalScope extends WorkerGlobalScope {
8180
8180
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/message_event) */
8181
8181
  onmessage: ((this: ServiceWorkerGlobalScope, ev: ExtendableMessageEvent) => any) | null;
8182
8182
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/messageerror_event) */
8183
- onmessageerror: ((this: ServiceWorkerGlobalScope, ev: MessageEvent) => any) | null;
8183
+ onmessageerror: ((this: ServiceWorkerGlobalScope, ev: ExtendableMessageEvent) => any) | null;
8184
8184
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/notificationclick_event) */
8185
8185
  onnotificationclick: ((this: ServiceWorkerGlobalScope, ev: NotificationEvent) => any) | null;
8186
8186
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/notificationclose_event) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/webworker",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "description": "Types for the global scope of Web Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -8140,7 +8140,7 @@ interface ServiceWorkerGlobalScopeEventMap extends WorkerGlobalScopeEventMap {
8140
8140
  "fetch": FetchEvent;
8141
8141
  "install": ExtendableEvent;
8142
8142
  "message": ExtendableMessageEvent;
8143
- "messageerror": MessageEvent;
8143
+ "messageerror": ExtendableMessageEvent;
8144
8144
  "notificationclick": NotificationEvent;
8145
8145
  "notificationclose": NotificationEvent;
8146
8146
  "push": PushEvent;
@@ -8177,7 +8177,7 @@ interface ServiceWorkerGlobalScope extends WorkerGlobalScope {
8177
8177
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/message_event) */
8178
8178
  onmessage: ((this: ServiceWorkerGlobalScope, ev: ExtendableMessageEvent) => any) | null;
8179
8179
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/messageerror_event) */
8180
- onmessageerror: ((this: ServiceWorkerGlobalScope, ev: MessageEvent) => any) | null;
8180
+ onmessageerror: ((this: ServiceWorkerGlobalScope, ev: ExtendableMessageEvent) => any) | null;
8181
8181
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/notificationclick_event) */
8182
8182
  onnotificationclick: ((this: ServiceWorkerGlobalScope, ev: NotificationEvent) => any) | null;
8183
8183
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/notificationclose_event) */
package/ts5.6/index.d.ts CHANGED
@@ -8140,7 +8140,7 @@ interface ServiceWorkerGlobalScopeEventMap extends WorkerGlobalScopeEventMap {
8140
8140
  "fetch": FetchEvent;
8141
8141
  "install": ExtendableEvent;
8142
8142
  "message": ExtendableMessageEvent;
8143
- "messageerror": MessageEvent;
8143
+ "messageerror": ExtendableMessageEvent;
8144
8144
  "notificationclick": NotificationEvent;
8145
8145
  "notificationclose": NotificationEvent;
8146
8146
  "push": PushEvent;
@@ -8177,7 +8177,7 @@ interface ServiceWorkerGlobalScope extends WorkerGlobalScope {
8177
8177
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/message_event) */
8178
8178
  onmessage: ((this: ServiceWorkerGlobalScope, ev: ExtendableMessageEvent) => any) | null;
8179
8179
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/messageerror_event) */
8180
- onmessageerror: ((this: ServiceWorkerGlobalScope, ev: MessageEvent) => any) | null;
8180
+ onmessageerror: ((this: ServiceWorkerGlobalScope, ev: ExtendableMessageEvent) => any) | null;
8181
8181
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/notificationclick_event) */
8182
8182
  onnotificationclick: ((this: ServiceWorkerGlobalScope, ev: NotificationEvent) => any) | null;
8183
8183
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/notificationclose_event) */
package/ts5.9/index.d.ts CHANGED
@@ -8140,7 +8140,7 @@ interface ServiceWorkerGlobalScopeEventMap extends WorkerGlobalScopeEventMap {
8140
8140
  "fetch": FetchEvent;
8141
8141
  "install": ExtendableEvent;
8142
8142
  "message": ExtendableMessageEvent;
8143
- "messageerror": MessageEvent;
8143
+ "messageerror": ExtendableMessageEvent;
8144
8144
  "notificationclick": NotificationEvent;
8145
8145
  "notificationclose": NotificationEvent;
8146
8146
  "push": PushEvent;
@@ -8177,7 +8177,7 @@ interface ServiceWorkerGlobalScope extends WorkerGlobalScope {
8177
8177
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/message_event) */
8178
8178
  onmessage: ((this: ServiceWorkerGlobalScope, ev: ExtendableMessageEvent) => any) | null;
8179
8179
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/messageerror_event) */
8180
- onmessageerror: ((this: ServiceWorkerGlobalScope, ev: MessageEvent) => any) | null;
8180
+ onmessageerror: ((this: ServiceWorkerGlobalScope, ev: ExtendableMessageEvent) => any) | null;
8181
8181
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/notificationclick_event) */
8182
8182
  onnotificationclick: ((this: ServiceWorkerGlobalScope, ev: NotificationEvent) => any) | null;
8183
8183
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/notificationclose_event) */