Webworker not working [chrome 84.0.4147.125/linux]
See original GitHub issuecanvasSize.maxArea({
useWorker: true,
onError(width, height, benchmark) {
console.log('Error', width, height, benchmark);
},
onSuccess(width, height, benchmark) {
console.log('Success', width, height, benchmark);
}
});
Using the webworker option as documented ends up throwing the error specified above.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Chrome not loading latest version of web worker script (runs a ...
On my Linux Chrome I have to right click (or long click) the reload button and select "Empty Cache and Hard Reload" to...
Read more >179940 - chrome.socket not working on WebWorker - Monorail
I'm guessing that the problem is that the worker is being created with a Blob URL which winds up with an anonymous origin,...
Read more >Breakpoints in Web worker don't work - Google Groups
I just tried the debugger in a web worker and it works fine, except: I cannot set any ... So it doesn't seem...
Read more >Worker - Web APIs - MDN Web Docs
Chrome Edge
Worker Full support. Chrome4. Toggle history Full support. Edge...
Worker() constructor Full support. Chrome4. Toggle history Full support. Edge...
Support for ECMAScript modules Full...
Read more >Run Holistic in a Web Worker · Issue #2506 · google/mediapipe
Problems: 1. Loading path is not respected. Despite setting up the model this way: model = new ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey again, @KimCalvin.
Fixed in 1.2.1.
Turned out to be an issue with Terser’s
mangle
option. Disabling this option or reserving thecanvasTest
name in the Terser config resolves the issue. If you’re still having issues, let me know.Thanks!
Thank you very much, my bad for not responding to you earlier. I somehow had my notifications for Github setup incorrectly.