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
Spinning up a service worker for every navigation can be expensive. For the service worker fetch event there is a static routing API to make it possible to skip running the service worker depending on certain routing rules. We should consider if we need something similar for launch events as well. Either some kind of include/exclude pattern in the manifest or a similar route matching API at service worker install time.
The text was updated successfully, but these errors were encountered:
One option might be to add a third field to the RouterRule dict to override launch handling behavior for any navigation matching the condition, possibly combined with making source optional, defaulting to "fetch-event".
Spinning up a service worker for every navigation can be expensive. For the service worker fetch event there is a static routing API to make it possible to skip running the service worker depending on certain routing rules. We should consider if we need something similar for launch events as well. Either some kind of include/exclude pattern in the manifest or a similar route matching API at service worker install time.
The text was updated successfully, but these errors were encountered: