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
In Safari's private mode, you can't use localstorage. Any attempt to set an item to local storage will throw a quota exceeded limit, which breaks the whole player.
The only remedy currently is to disable it altogether by setting storage.enabled to false.
The text was updated successfully, but these errors were encountered:
In Safari's private mode, you can't use localstorage. Any attempt to set an item to local storage will throw a quota exceeded limit, which breaks the whole player.
The only remedy currently is to disable it altogether by setting
storage.enabled
tofalse
.The text was updated successfully, but these errors were encountered: