0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 15:21:26 -05:00
denoland-deno/ext
Marvin Hagemeister 2a0658ad20
fix(node/worker_threads): data url not encoded properly with eval (#27184)
When using the `eval` option on Node's `worker_threads` the code is
passed as a `data:` URL. But we didn't encode the actual code for that,
which lead to syntax errors when including characters not allowed in an
URL.

Fixes a part of https://github.com/denoland/deno/issues/27167
2024-12-05 23:03:55 +01:00
..
broadcast_channel 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
cache 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
canvas 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
console 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
cron 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
crypto 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
fetch 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
ffi 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
fs refactor(ext/fs): align error messages (#25414) 2024-12-05 23:03:51 +01:00
http 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
io fix(task): kill descendants when killing task process on Windows (#27163) 2024-12-05 23:03:54 +01:00
kv 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
napi 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
net 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
node fix(node/worker_threads): data url not encoded properly with eval (#27184) 2024-12-05 23:03:55 +01:00
telemetry fix(unstable): otel context with multiple keys (#27230) 2024-12-05 23:03:54 +01:00
tls 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
url 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
web refactor(ext/web): align error messages (#25871) 2024-12-05 23:03:53 +01:00
webgpu 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
webidl 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
websocket 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
webstorage 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00