mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
c73ef5fa14
This commit removes all JS based text encoding / text decoding. Instead encoding now happens in Rust via encoding_rs (already in tree). This implementation retains stream support, but adds the last missing encodings. We are incredibly close to 100% WPT on text encoding now. This should reduce our baseline heap by quite a bit.
6 lines
404 B
Text
6 lines
404 B
Text
error: Uncaught (in worker "") (in promise) TypeError: Requires net access to "example.com", run again with the --allow-net flag
|
|
await import("https://example.com/some/file.ts");
|
|
^
|
|
at async http://localhost:4545/cli/tests/workers/dynamic_remote.ts:2:1
|
|
[WILDCARD]error: Uncaught (in promise) Error: Unhandled error event reached main worker.
|
|
at Worker.#poll (deno:runtime/js/11_workers.js:243:23)
|