1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-25 00:29:09 -05:00
denoland-deno/ext
Nathan Whitaker cb0c23a7f1
fix(ext/node): emit online event after worker thread is initialized (#25243)
Fixes #23281. Part of #20613.

We were emitting the `online` event in the constructor, so the caller
could never receive it (since there was no time for them to add a
listener). Instead, emit the event where it's intended – after the
worker is initialized.

---

After this parcel no longer freezes, but still will fail due to other
bugs (which will be fixed in other PRs)
2024-08-29 15:36:50 +02:00
..
broadcast_channel 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
cache 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
canvas 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
console 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
cron 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
crypto fix(ext/crypto): throw DataError for invalid EC key import (#25181) 2024-08-29 15:34:21 +02:00
fetch fix(ext/fetch): percent decode userinfo when parsing proxies (#25229) 2024-08-29 15:36:22 +02:00
ffi 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
fs 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
http 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
io 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
kv chore(build): deno_kv - remove dep on deno_node (#25158) 2024-08-29 15:33:44 +02:00
napi 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
net 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
node fix(ext/node): emit online event after worker thread is initialized (#25243) 2024-08-29 15:36:50 +02:00
node_resolver perf(ext/node): reduce some allocations in require (#25197) 2024-08-29 15:35:04 +02:00
tls 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
url 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
web Revert "feat(fetch): accept async iterables for body" (#25207) 2024-08-29 15:34:58 +02:00
webgpu fix(ext/webgpu): allow to build on unsupported platforms (#25202) 2024-08-29 15:34:44 +02:00
webidl Revert "feat(fetch): accept async iterables for body" (#25207) 2024-08-29 15:34:58 +02:00
websocket 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
webstorage 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00