Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Fixed the last TypeScript warning
Browse files Browse the repository at this point in the history
  • Loading branch information
akyoto committed Oct 10, 2018
1 parent 1829c2c commit 9f8f19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ServiceWorker/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ interface ServiceWorkerGlobalScope extends EventTarget {
* make sure it's compatible with `window.onmessage`
*/
// onmessage: (messageevent: ExtendableMessageEvent) => void;
onmessage: (messageevent: MessageEvent) => void;
//onmessage: (messageevent: MessageEvent) => void;

/**
* An event handler fired whenever a notificationclick event occurs — when
Expand Down

0 comments on commit 9f8f19c

Please sign in to comment.