1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Nathan Whitaker 511d13abaf
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-28 03:05:32 +00:00
..
broadcast_channel chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
cache chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
canvas chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
console chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
cron chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
crypto fix(ext/crypto): throw DataError for invalid EC key import (#25181) 2024-08-23 22:06:40 +05:30
fetch fix(ext/fetch): percent decode userinfo when parsing proxies (#25229) 2024-08-27 13:48:54 +02:00
ffi chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
fs chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
http chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
io chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
kv feat(ext/kv): configurable limit params (#25174) 2024-08-27 00:30:19 -07:00
napi chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
net chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
node fix(ext/node): emit online event after worker thread is initialized (#25243) 2024-08-28 03:05:32 +00:00
node_resolver perf(ext/node): reduce some allocations in require (#25197) 2024-08-26 11:13:39 -04:00
tls chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
url chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
web Revert "feat(fetch): accept async iterables for body" (#25207) 2024-08-26 12:24:27 +02:00
webgpu fix(ext/webgpu): allow to build on unsupported platforms (#25202) 2024-08-25 19:29:11 +05:30
webidl Revert "feat(fetch): accept async iterables for body" (#25207) 2024-08-26 12:24:27 +02:00
websocket chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
webstorage chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00