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
The culprit is IndexedDB. In private browsing mode, some browsers will throw exceptions when performing IndexedDB operations. The fix is to catch these exceptions in EmscriptenPersistence.js and ignore; so games can proceed using MemFS.
The text was updated successfully, but these errors were encountered:
rameshvarun
changed the title
Games Fail to Load in Private Browsing Modes
Games Fail to Load in Firefox Private Browsing Modes
Apr 20, 2023
Love.js games fail to load in the following situations:
This can be easily repro'd by:
The culprit is IndexedDB. In private browsing mode, some browsers will throw exceptions when performing IndexedDB operations. The fix is to catch these exceptions in EmscriptenPersistence.js and ignore; so games can proceed using MemFS.
The text was updated successfully, but these errors were encountered: