⚠️ `webkitStorageInfo` is going away
tomayac opened this issue · 1 comments
tomayac commented
I don't think it's a major issue for this package, but just wanted to let you know that on the Chrome team we're planning on removing webkitStorageInfo
, which you use:
Line 1074 in bcdbd31
Just a heads up. Already today the naming of the interface you get back has changed:
window.webkitStorageInfo
// DeprecatedStorageInfo {}
ljharb commented
The only way we use it is to exclude it, since it does the very terrible thing (that i hope no new globals ever do) of logging to the console merely by accessing the global, so we shouldn’t be impacted. Thanks for the heads up!