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
With the recent comment in #893, we have to keep in mind that all the options that navigator.serviceWorker.register accepts need to be available to the Link header (and the <link rel="serviceworker">) as well. With foreign fetch, this becomes especially important.
It would probably be good to define a procedure to convert the options object to a string-based representation. Additionally, we should limit the types of options that can be added in the future.
The text was updated successfully, but these errors were encountered:
With the recent comment in #893, we have to keep in mind that all the options that
navigator.serviceWorker.register
accepts need to be available to theLink
header (and the<link rel="serviceworker">
) as well. With foreign fetch, this becomes especially important.It would probably be good to define a procedure to convert the options object to a string-based representation. Additionally, we should limit the types of options that can be added in the future.
The text was updated successfully, but these errors were encountered: