aurelia / dialog

A dialog plugin for Aurelia.
MIT License
106 stars 115 forks source link

'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. #337

Closed pimvd closed 6 years ago

pimvd commented 6 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior: [Deprecation] 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. (anonymous) @ vendor.js:11688 (anonymous) @ aurelia-loader-webpack.js:144 WebpackLoader.__WEBPACK_IMPORTED_MODULE_2_aurelia_pal__.PLATFORM.eachModule @ aurelia-loader-webpack.js:141 get @ vendor.js:11685 58.DialogService.ensureViewModel @ dialog-service.js:55 58.DialogService.open @ dialog-service.js:131 Landing.test @ landing.ts:80 evaluate @ vendor.js:7533 callSource @ vendor.js:11122 handleEvent @ vendor.js:11131 handleDelegatedEvent @ vendor.js:9246

Expected/desired behavior: I followed the aurelia docs: http://aurelia.io/docs/plugins/dialog#attach-focus-custom-attribute

StrahilKazlachev commented 6 years ago

Issue is for aurelia-pal/aurelia-pal-browser, the dialog does not use any storage APIs.