You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the course of writing the README for the project, I found out that ServiceWorkerGlobalScope.skipWaiting() actually returns a promise... that returns immediately with a value of undefined:
In the course of writing the README for the project, I found out that
ServiceWorkerGlobalScope.skipWaiting()actually returns a promise... that returns immediately with a value ofundefined:https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerGlobalScope/skipWaiting
Our version just returns undefined. Should be a pretty simple fix.