iOS: Whammy / compile / Web worker / error
See original GitHub issueHi, I’m facing an issue on iOS (both Safari, Chrome and Firefox).
The Web worker located there is dispatching an error.
I added this snippet to have more details:
webWorker.onerror = function(e) {
console.log('webWorker.onerror', e.message, e.filename, e.lineno, e.colno, e.error);
};
And I’m seeing different error messages, depending on the browser used:
- Safari and Firefox:
InvalidCharacterError (DOM Exception 5): The string contains invalid characters. blob:[BLOB] 318 48 - Chrome :
TypeError: undefined is not an object (evaluating 'riff.RIFF') blob:[BLOB] 260 27
Anyone experiencing this, too? Any help is appreciated 😺
I dont have this problem on desktop or Android browsers.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:7
Top Results From Across the Web
HTML5 Web Worker does not work on Mobile Safari iPad 4.2
This is a very common and well-known HTML5 Web Worker demo: ... I try to run I get the error ReferenceError: Can't find...
Read more >Untitled
Ufone t156 unlock, The simpsons season 12 episode 6 online, Turner plus 3 ... Madonna american life director's cut, Error recovery strategies in...
Read more >UME - River Thames Conditions
Pondok hidayatullah batu malang, Illaoi mobafire build, Feng office tutorial, ... Tysk gotikk, Download music for iphone online, Vat senior manager jobs.
Read more >432 startup failure post-mortems - CB Insights
A compilation of startup failure post-mortems by founders and investors. ... In a note discussing these pressures on the company website, ...
Read more >Browser Rendering Optimization - James Priest CV
If you've taken web performance optimization with Ilya Gregorich and me, ... this.message = message; } throw new WorkerException('Worker error.
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 Free
Top 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

I have the exactly same error using whammy
Unfortunately no, but at least I don’t offer a feature that wouldn’t work anyway.