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
Under Init Options, only serviceWorkerParam and serviceWorkerPath are mentioned, not path. But the init source code actually requires path for these to work! The instructions should clearly talk about all the params, which are required, and why.
Also, the instructions aren't clear about how to use those params -- is the serviceWorkerPath relative to the directory in the serviceWorkerParam scope? Absolute? Should the serviceWorkerPath include the name of the JS file? And with the addition of path, how does that connect with the other? What's the intended difference between path and serviceWorkerPath?
The text was updated successfully, but these errors were encountered:
What's on your mind?
Under Init Options, only serviceWorkerParam and serviceWorkerPath are mentioned, not path. But the init source code actually requires path for these to work! The instructions should clearly talk about all the params, which are required, and why.
Also, the instructions aren't clear about how to use those params -- is the serviceWorkerPath relative to the directory in the serviceWorkerParam scope? Absolute? Should the serviceWorkerPath include the name of the JS file? And with the addition of path, how does that connect with the other? What's the intended difference between path and serviceWorkerPath?
The text was updated successfully, but these errors were encountered: