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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
I don't think this library should target mobile because there are other ways to authenticate users on mobile. Edge (<17) means two latest versions already support FetchEvent.
FetchEvent is now shipped by all major browser vendors
https://jakearchibald.github.io/isserviceworkerready/#fetch-event
https://w3c.github.io/ServiceWorker/#fetchevent
It may be used to add "authorization" HTTP header with access token of the current user for specified list of URIs.
The text was updated successfully, but these errors were encountered: