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
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.
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
The text was updated successfully, but these errors were encountered: