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
While trying to implement Speculative loads, I encountered the failure "The URL was not eligible to be prefetched because there was a registered service worker for that origin, which is currently not supported.". The prefetch urls are only "same-site". The Service Worker is used to cache fonts, JS and CSS resources. If the worker is disabled, speculations works as expected.
I've tried to find information on this error but couldn't find anything. <link rel="prefetch"> doesn't cause this issue.
Does anyone have any input on this?
The text was updated successfully, but these errors were encountered:
While trying to implement Speculative loads, I encountered the failure "The URL was not eligible to be prefetched because there was a registered service worker for that origin, which is currently not supported.". The prefetch urls are only "same-site". The Service Worker is used to cache fonts, JS and CSS resources. If the worker is disabled, speculations works as expected.
I've tried to find information on this error but couldn't find anything.
<link rel="prefetch">
doesn't cause this issue.Does anyone have any input on this?
The text was updated successfully, but these errors were encountered: