Hello,
I'm having the exact same issue as ([https://github.com/Davidobot/love.js/issues/47]) (Uncaught RangeError), only that it says
at putMetadataRequest.onsuccess (game.js:209:11)
instead of
at IDBRequest.putMetadataRequest.onsuccess (game.js:209)
(which might be only browser related but still be the exact same issue.)
In the issue 47 linked above, alexjgriffith mentions including flags like ALLOW_MEMORY_GROWTH.
Where do I have to include the flags
ALLOW_MEMORY_GROWTH
or
MAXIMUM_MEMORY=_GB
that alexjgriffith mentioned?
Do I include them in the terminal, when creating the javascript file?
Or do I add lines to the created html file? If so where?
Hello, I'm having the exact same issue as ([https://github.com/Davidobot/love.js/issues/47]) (Uncaught RangeError), only that it says
at putMetadataRequest.onsuccess (game.js:209:11)
instead ofat IDBRequest.putMetadataRequest.onsuccess (game.js:209)
(which might be only browser related but still be the exact same issue.)In the issue 47 linked above, alexjgriffith mentions including flags like ALLOW_MEMORY_GROWTH.
Where do I have to include the flags
ALLOW_MEMORY_GROWTH
orMAXIMUM_MEMORY=_GB
that alexjgriffith mentioned?
Do I include them in the terminal, when creating the javascript file? Or do I add lines to the created html file? If so where?