We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems to work when loading fine on chrome on MacOS, but when I load this on my mobile the worker throws with this error.
It does seem to work when I use stockfish-16.1-lite-single.js for mobile though.
stockfish-16.1-lite-single.js
Chrome 128.0.6613.98
The text was updated successfully, but these errors were encountered:
The multi-threaded engines might use more memory. Mobile browsers are pretty limited. So, you may want to stick with the single-threaded engine.
The multi-threaded engines use SharedArrayBuffer, which needs COORS headers. That is often the source of issues with the multi-threaded engines.
SharedArrayBuffer
Sorry, something went wrong.
No branches or pull requests
It seems to work when loading fine on chrome on MacOS, but when I load this on my mobile the worker throws with this error.
It does seem to work when I use
stockfish-16.1-lite-single.js
for mobile though.Chrome 128.0.6613.98
The text was updated successfully, but these errors were encountered: