ocLazyLoad icon indicating copy to clipboard operation
ocLazyLoad copied to clipboard

'window.webkitStorageInfo' & 'webkitIndexedDB' Warning in Chrome

Open mahmoudmy opened this issue 7 years ago • 0 comments

The following warnings appears on Google Chrome console (version 56):

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

'webkitIndexedDB' is deprecated and will be removed in M57, around March 2017. Please use 'indexedDB' instead. See https://www.chromestatus.com/features/5775330191081472 for more details.

ocLazyLoad.js:144

mahmoudmy avatar Feb 16 '17 07:02 mahmoudmy