Closed
Description
Hi!
I'm using emscripten to compile a C library to render subtitles on the fly, and during debugging why it won't work on older WebOS models I found that recent PR has introduced an incompatibility with legacy browsers. I'm speaking of #10347 - in older browsers I found that Uint8Array
doesn't have .slice()
member (at least in worker context, in some not-so-ancient it has .slice()
in normal context but not within web worker).