-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead #56
Comments
Would you like to provide a pull request for this one @michaelbull ? |
Not sure where it's being used |
when this can be fixed like shown here. but it's actually pointless, because when it will be actually removed - then it will not show up in the |
Closing this since there's a workaround. Also, we'll merge a PR that prevents exceptions during enumeration, shortly. |
@EisenbergEffect Hi, any updates on the official patch? Was that aforementioned PR even created? |
@smajl The patch was merged, yes. |
So this is still being worked on and we should ignore the warning? Still getting this error from aurelia-metadata (webpack 3.10, ecmascript 6) |
I've installed version 1.0.6 and still getting this warning. |
Yup, the problem is still here with version 1.0.6 :) |
Let me have a go at fixing this annoying warning then. Thanks for nudging |
I'm submitting a bug report
1.0.3
Please tell us about your environment:
Operating System:
Linux F27
Node Version:
8.9.4
5.6.0
webpack 4
Browser:
Chrome Version 65.0.3325.146 (Official Build) (64-bit)
Language:
TypeScript 2.7.2
Current behavior:
I just started using viewports in a few of my routing behaviours. The Chrome devtools console is giving me this warning:
It is specifically complaining about this line
Expected/desired behavior:
The library should be updated to not use the deprecated functionality.
Remove console deprecation warnings
The text was updated successfully, but these errors were encountered: