Push notifications

This commit is contained in:
2017-07-14 23:50:34 +02:00
parent 2e504548c4
commit 92a540e024
9 changed files with 276 additions and 18 deletions

4
sw/index.d.ts vendored Normal file
View File

@ -0,0 +1,4 @@
type NotificationEvent = any;
type InstallEvent = any;
type FetchEvent = any;
type PushEvent = any;