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 four linked examples in the readme.md seem to be faulty on my machine (Windows, both on Chrome and Firefox), all prompting to "see JavaScript console".
The console has this message (shown in Firefox):
I encountered the same problem when deploying without the -c option myself. Adding the -c solved it for me.
The text was updated successfully, but these errors were encountered:
SharedArrayBuffers have been disabled by default in more recent versions of all major browsers. They can be enabled in the HTTP header. For love.js this is only an issue for the optimised build target. The compatibility build target should work without SharedArrayBuffers (benefits of running without workers).
The four linked examples in the readme.md seem to be faulty on my machine (Windows, both on Chrome and Firefox), all prompting to "see JavaScript console".
The console has this message (shown in Firefox):
I encountered the same problem when deploying without the
-c
option myself. Adding the-c
solved it for me.The text was updated successfully, but these errors were encountered: