1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-25 08:39:09 -05:00
denoland-deno/ext
Nathan Whitaker 2ea51d923a
fix(ext/node): only set our end of child process pipe to nonblocking mode (#26495)
Fixes playwright on linux, as reported in
https://github.com/denoland/deno/issues/16899#issuecomment-2378268454.

The issue was that we were opening the socket in nonblocking mode, which
meant that subprocesses trying to use it would get a `EWOULDBLOCK` error
(unexpectedly). The fix here is to only set nonblocking mode on our end
(which we need to use asynchronously)
2024-10-25 02:09:37 +02:00
..
broadcast_channel 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00
cache 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00
canvas 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00
console fix(ext/console): ignore casing for named colors in css parsing (#26466) 2024-10-25 02:09:35 +02:00
cron 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00
crypto refactor(ext/crypto): use concrete error types (#26167) 2024-10-25 02:09:33 +02:00
fetch refactor(ext/fetch): use concrete error types (#26220) 2024-10-25 02:09:33 +02:00
ffi fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486) 2024-10-25 02:09:37 +02:00
fs chore: update nix crate (#26422) 2024-10-25 02:09:34 +02:00
http refactor(ext/http): use concrete error types (#26377) 2024-10-25 02:09:33 +02:00
io fix(ext/node): only set our end of child process pipe to nonblocking mode (#26495) 2024-10-25 02:09:37 +02:00
kv 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00
napi 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00
net 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00
node fix(node:tls): set TLSSocket.alpnProtocol for client connections (#26476) 2024-10-25 02:09:37 +02:00
tls 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00
url 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00
web 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00
webgpu refactor(ext/webgpu): use concrete error type (#26198) 2024-10-25 02:09:33 +02:00
webidl 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00
websocket refactor(ext/websocket): use concrete error type (#26226) 2024-10-25 02:09:32 +02:00
webstorage 2.0.2 (#26374) 2024-10-18 01:28:36 +02:00