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: 7.1.0
Browser & Platform: Chromium v60.0.3112.0
Issue or Feature Request Description:
Errors in console:
(11) Error parsing 'integrity' attribute ('undefined'). The hash algorithm must be one of 'sha256', 'sha384', 'sha512', followed by a '-' character.
It seems that Old Chromium versions show errors when fetching Request with integrity: undefined. One of such example:
integrity: undefined
workbox/packages/workbox-precaching/src/PrecacheController.ts
Lines 212 to 216 in 9e69c42
Fix is to omit the integrity attribute when it's undefined.
integrity
Errors are not present in Chromium 64+
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Library Affected:
7.1.0
Browser & Platform:
Chromium v60.0.3112.0
Issue or Feature Request Description:
Errors in console:
It seems that Old Chromium versions show errors when fetching Request with
integrity: undefined
.One of such example:
workbox/packages/workbox-precaching/src/PrecacheController.ts
Lines 212 to 216 in 9e69c42
Fix is to omit the
integrity
attribute when it's undefined.Errors are not present in Chromium 64+
The text was updated successfully, but these errors were encountered: