Skip to content
New issue

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

Add web worker to browser testes #1

Open
hakanols opened this issue Apr 15, 2020 · 1 comment
Open

Add web worker to browser testes #1

hakanols opened this issue Apr 15, 2020 · 1 comment

Comments

@hakanols
Copy link
Owner

When running time consuming testes in browser the entire page freeze. One solution to this is to run the testes in a web worker. Web workers calling es6 modules is support by chrome but not for Firefox at time of writing. Suggesting waiting for Firefox support before implementing.

Demonstrating problem:
https://hakanols.github.io/tweetnacl-es6/test/browser/test.html

Blocker:
https://bugzilla.mozilla.org/show_bug.cgi?id=1247687

@hakanols
Copy link
Owner Author

hakanols commented Feb 15, 2023

Firefox v111 will probably have Web Worker ES6 support. Have done some experimentation in:
https://hakanols.github.io/spel/Web_Worker/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant