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
Library Affected: workbox-routing
Router.addFetchListener() was in v2, and has been removed in v3 (unless that decision is reversed in #913).
Router.addFetchListener()
We need to also explain in the docs that folks need to either create their own fetch handler, or use the default export.
fetch
default
The text was updated successfully, but these errors were encountered:
This is covered in the Module Docs for workbox routing that will be published here: https://developers.google.com/web/tools/workbox/modules/workbox-routing
Sorry, something went wrong.
jeffposnick
No branches or pull requests
Library Affected:
workbox-routing
Router.addFetchListener()
was in v2, and has been removed in v3 (unless that decision is reversed in #913).We need to also explain in the docs that folks need to either create their own
fetch
handler, or use thedefault
export.The text was updated successfully, but these errors were encountered: