-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome console error using default demo #145
Comments
Hey @892206! Thank you for opening this issue. We are combining some of our repositories to enable us to triage pull requests and issues more effectively. Therefore, this specific repository will be merged into the more prominent dom-examples repository. I will transfer this issue to this new repo for further discussion. |
I am also getting this error. |
I was able to reproduce the error:
There’s also another one:
|
This is a Chrome bug filed last March: https://bugs.chromium.org/p/chromium/issues/detail?id=1420515 I opened a PR to add a comment about this bug in the code: #253. |
Example: service-worker/simple-service-worker
I tried the demo and got the following error after couple of refreshes:
The service worker navigation preload request was cancelled before 'preloadResponse' settled. If you intend to use 'preloadResponse', use waitUntil() or respondWith() to wait for the promise to settle.
and as second error:
Uncaught (in promise) DOMException: The service worker navigation preload request was cancelled before 'preloadResponse' settled. If you intend to use 'preloadResponse', use waitUntil() or respondWith() to wait for the promise to settle.
after I watched the github demo I saw the same problem. How could this be resolved?
The text was updated successfully, but these errors were encountered: