We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am trying to update workbox from 3.4.0 to the latest version 3.6.2
I am reading the https://github.com/GoogleChrome/workbox/releases
The workbox.navigationPreload.disable() is not mentioned in the doc's, see webpage: https://developers.google.com/web/tools/workbox/modules/workbox-navigation-preload#basic_usage
workbox.navigationPreload.disable()
The text was updated successfully, but these errors were encountered:
It's documented at https://developers.google.com/web/tools/workbox/reference-docs/latest/workbox.navigationPreload#.disable
We don't specifically call out each method that's exposed in the API in that "modules" section of the docs.
Sorry, something went wrong.
No branches or pull requests
Hi,
I am trying to update workbox from 3.4.0 to the latest version 3.6.2
I am reading the https://github.com/GoogleChrome/workbox/releases
The
workbox.navigationPreload.disable()
is not mentioned in the doc's, see webpage: https://developers.google.com/web/tools/workbox/modules/workbox-navigation-preload#basic_usageThe text was updated successfully, but these errors were encountered: