0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 05:33:33 -05:00
denoland-deno/ext
Yoshiya Hinosawa 41406d6cfd
fix(ext/node): do not apply socket-init-workaround to ipc socket (#27779)
This PR resolves 2 issues of Socket class of node compat (both are
related to playwright)

Currently `browser.launch()` of playwright is not working.
`browser.launch` opens PipeTransport (which is based on Pipe/IPC socket)
with the browser process. But that pipe doesn't start reading the data
because of the workaround #27662 (which pauses the socket at the
beginning if it's from playwright-core). This PR fixes this issue by
checking whether the given handle is `ipc` handle or not.

Another issue is that sock-init-workaround for TLS connection stopped
working at #27707 because of the changes of TLS socket initialization
steps. This change fixes the issue by correctly returning the function
in workaround path.

The added case `specs::npm::playwright_compat` checks both fixes with
actual playwright and playwright-core packages.

`browser.launch` issues
closes #16899
closes #27623 

`https.request` issue
closes #27658
2025-01-30 15:34:57 +01:00
..
broadcast_channel 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
cache 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
canvas 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
console 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
cron 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
crypto fix(ext/crypto): export private x25519 JWK key (#27828) 2025-01-30 15:34:56 +01:00
fetch 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
ffi 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
fs 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
http 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
io 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
kv 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
napi 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
net 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
node fix(ext/node): do not apply socket-init-workaround to ipc socket (#27779) 2025-01-30 15:34:57 +01:00
os 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
process 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
telemetry feat(unstable): support https otlp endpoints (#27743) 2025-01-30 15:34:52 +01:00
tls 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
url 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
web 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
webgpu 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
webidl 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
websocket 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
webstorage 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00