1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext
Nathan Whitaker 8ed659d2e3
fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245)
Part of #20613.

If a node addon is using the legacy `napi_module_register` on ctor
approach to module registration, we have to store the registered module
so that other threads can load the addon (because `napi_module_register`
will only be called once per process).
2024-08-29 15:37:38 +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 fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245) 2024-08-29 15:37:38 +02:00
net 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
node fix(ext/node): import RSA JWK keys (#25267) 2024-08-29 15:37:33 +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