service_worker 0.0.10
service_worker: ^0.0.10 copied to clipboard
Service Worker API
Changelog #
0.0.10 #
- export ShowNotificationAction
0.0.9 #
PushManager.hasPermission()
is a deprecated API and it doesn't work in Chrome anymore, clients should usepermissionState()
instead.
0.0.8 #
- ServiceWorkerClient.postMessage() to use List as transfer objects parameter.
- ServiceWorker.postMessage(): any Transferable object can be set, not only MessagePorts.
0.0.7 #
- removed Worker interface from JS facade, solves Dartium issue