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
Some additional files are also needed in step "Chapter 6 Pre-cache our app resources" in order to avoid some error messages in DevTools console
const FILES_TO_CACHE = [ ... ... '/manifest.json', '/images/icons/icon-32x32.png', '/images/icons/icon-128x128.png', '/images/icons/icon-144x144.png', '/images/icons/icon-152x152.png', '/images/icons/icon-192x192.png', '/images/icons/icon-256x256.png', '/images/icons/icon-512x512.png', '/images/favicon.ico'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some additional files are also needed in step "Chapter 6 Pre-cache our app resources" in order to avoid some error messages in DevTools console
The text was updated successfully, but these errors were encountered: