rollup-plugin-web-worker-loader icon indicating copy to clipboard operation
rollup-plugin-web-worker-loader copied to clipboard

Fix unicode decoding

Open mattrossman opened this issue 2 years ago • 0 comments

Replaces usage of String.fromCharCode.apply() with TextDecoder.decode() to avoid exceeding the maximum argument count.

Fixes #66

mattrossman avatar Jul 16 '22 19:07 mattrossman