UNPKG
onesignal-web-sdk
Version:
latest (1.2.1)
1.2.1
1.2.0
Web push notifications from OneSignal.
onesignal-web-sdk
/
src
/
entries
/
worker.ts
7 lines
(5 loc)
•
235 B
text/typescript
View Raw
1
2
3
4
5
6
7
/** * New clients will only be including this entry file, which will result in a reduced service worker size. */
import { ServiceWorker }
from
'../../src/service-worker/ServiceWorker'
; (
self
as
any).OneSignal = ServiceWorker;