Skip to content
New issue

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

Loading this shim on Chrome 67 will raise a warning #46

Closed
sylvhama opened this issue Jun 18, 2018 · 1 comment
Closed

Loading this shim on Chrome 67 will raise a warning #46

sylvhama opened this issue Jun 18, 2018 · 1 comment
Labels

Comments

@sylvhama
Copy link

When using this code in my project:

import objectKeys from 'object-keys';

I will see this warning in Chrome 67.0.3396.87 console:
index.js:51 [Deprecation] Application Cache is deprecated in non-secure contexts, and will be restricted to secure contexts in M69, around September 2018. Please consider migrating your application to HTTPS, and eventually shifting over to Service Workers. See https://goo.gl/rStTGz for more details.

You can reproduce the warning by downloading this project https://codesandbox.io/s/kxp55lx90o and then do:

npm install
npm start
@ljharb
Copy link
Owner

ljharb commented Jun 18, 2018

Thanks; this is caused by enumerating enumerable keys on window, including applicationCache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants