You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can cause unexpected errors in other code present on the page which is working with local/session storage, e.g.
window.localStorageinstanceofStorage
This should probably be renamed to something which does not conflict with browser built ins, and also scoped within a function to avoid polluting the global context.
The text was updated successfully, but these errors were encountered:
This library overwrites the browser's existing Storage interface (https://developer.mozilla.org/en-US/docs/Web/API/Storage) with an object which does not conform to this spec - see
RecordRTC/dev/Storage.js
Line 14 in 7b1c360
This can cause unexpected errors in other code present on the page which is working with local/session storage, e.g.
This should probably be renamed to something which does not conflict with browser built ins, and also scoped within a function to avoid polluting the global context.
The text was updated successfully, but these errors were encountered: