davideicardi / live-plugin-manager

Plugin manager and installer for Node.JS
MIT License
225 stars 43 forks source link

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

Open gbacskai opened 3 years ago

gbacskai commented 3 years ago

Just FYI I have this warning:

PluginVm.ts:389 [Deprecation] 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.

davideicardi commented 3 years ago

Live Plugin Manager doesn't directly use this property. Probably it is used by some plugin or by some dependency. In which moment do you get this warning? Doing what? Thanks!

gbacskai commented 3 years ago
Screen Shot 2020-11-23 at 9 11 45 am
davideicardi commented 3 years ago

Probably this happens because on that line of code I try to copy the whole global object.

No idea what I can do to prevent this ...

Anyway thanks for the info, I will investigate