yyx990803 / register-service-worker

A script to simplify service worker registration with hooks for common events.
MIT License
638 stars 58 forks source link

Change any to ServiceWorkerRegistration in the type definition #43

Closed nwtgck closed 4 years ago

nwtgck commented 4 years ago

I changed any to ServiceWorkerRegistration in the type definition. (ServiceWorkerRegistration: https://github.com/microsoft/TypeScript/blob/d2c5d54242c69effbed0ebb27033047e0c995589/lib/lib.dom.d.ts#L15182-L15201)

nwtgck commented 4 years ago

Thanks!