-
### CheckList
- [X] I agree to follow this project's Code of Conduct
- [X] I have read and followed the [Contributing Guide](https://github.com/fabricjs/fabric.js/blob/master/CONTRIBUTING.md)
- [X] I…
-
I have run across an issue with webworkers and cordova...
The webworker does not have access to the Cordova object.
Therefore the following error is returned:
`Uncaught Error: You can use exists() onl…
-
Maybe we could use webworkers to run our node object since we don't need any DOM access and we would take advantage of multithreading.
[stackoverflow](http://stackoverflow.com/questions/2773682/what-…
-
## Summary
Make it possible to return from a VM even though the script in there is still not complete.
## Expected use case
We're running RustPython within a WASM module in a WebWorker, so it…
-
Add `` and ``, suggested in https://github.com/jaredpalmer/react-fns/issues/74
-
**IMPORTANT**
Please always consult the documentation first before creating a bug report!
[Manual](https://safeexambrowser.org/macosx/mac_usermanual_en.html) (use find text in browser if you're look…
-
-
It may take me a while to get to the bottom of this; I've got a WebWorker that works fine with version 1.4.3:
```js
importScripts('https://unpkg.com/browserfs@1.4.3/dist/browserfs.js')
BrowserFS…
-
http-browserify [assumes a normal browser window](https://github.com/substack/http-browserify/blob/11bfdeac2534fafbd5819bda96fa32f01802b6cc/index.js#L46) and not a worker, though http requests in a wo…
-
When someone sends a lot of events to the socket (~ 5-10 per second), it locks the main thread completely, until messages stop. Consider using webworkers.