es-shims/es5-shim

⚠️ `webkitStorageInfo` is going away

tomayac opened this issue · 1 comments

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:

$webkitStorageInfo: true,

Just a heads up. Already today the naming of the interface you get back has changed:

window.webkitStorageInfo
// DeprecatedStorageInfo {}

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!