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 Strategies (documentation)
Browser & Platform: all browsers
Issue or Feature Request Description: I think there are unnecessary characters f left.
f
Workbox Strategies > Advanced Usage (https://developers.google.com/web/tools/workbox/modules/workbox-strategies)
AS-IS:
... if (url.origin === location.origin && url.pathname === '/') {f ...
TO-BE:
... if (url.origin === location.origin && url.pathname === '/') { ...
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. (I blame my Macbook Pro's keyboard...)
It'll be addressed in google/WebFundamentals#8474
Sorry, something went wrong.
No branches or pull requests
Library Affected:
Workbox Strategies (documentation)
Browser & Platform:
all browsers
Issue or Feature Request Description:
I think there are unnecessary characters
f
left.Workbox Strategies > Advanced Usage
(https://developers.google.com/web/tools/workbox/modules/workbox-strategies)
AS-IS:
TO-BE:
The text was updated successfully, but these errors were encountered: