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
Browser & Platform: all browsers (or none?)
Issue or Feature Request Description: The change to add the sameOrigin parameter to router checks (#2505) updated the code for findMatchingRoute, but not the documentation block immediately above it - expand the context above https://github.com/GoogleChrome/workbox/pull/2505/files#diff-d5f776d2af13bb6daa2b3a1d595cb3c9ef4825b91398af155235237767e6d9e9R271 and note the presence of the options.url, options.request, and options.event parameters, but missing options.sameOrigin
findMatchingRoute
options.url
options.request
options.event
options.sameOrigin
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Library Affected:
workbox-routing
Browser & Platform:
all browsers (or none?)
Issue or Feature Request Description:
The change to add the sameOrigin parameter to router checks (#2505) updated the code for
findMatchingRoute
, but not the documentation block immediately above it - expand the context above https://github.com/GoogleChrome/workbox/pull/2505/files#diff-d5f776d2af13bb6daa2b3a1d595cb3c9ef4825b91398af155235237767e6d9e9R271 and note the presence of theoptions.url
,options.request
, andoptions.event
parameters, but missingoptions.sameOrigin
The text was updated successfully, but these errors were encountered: