0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 07:16:56 -05:00
denoland-deno/.github/workflows
Yoshiya Hinosawa 0e47205ebe
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-28 15:38:45 +09:00
..
cargo_publish.yml chore: add npm distribution at deno package (#27346) 2024-12-12 23:43:43 +00:00
ci.generate.ts fix(ext/node): do not apply socket-init-workaround to ipc socket (#27779) 2025-01-28 15:38:45 +09:00
ci.yml fix(ext/node): do not apply socket-init-workaround to ipc socket (#27779) 2025-01-28 15:38:45 +09:00
npm_publish.yml chore: add npm distribution at deno package (#27346) 2024-12-12 23:43:43 +00:00
post_publish.yml chore: upgrade publish workflow to ubuntu 24 (#26731) 2024-11-05 13:10:45 +05:30
promote_to_release.yml chore: add npm distribution at deno package (#27346) 2024-12-12 23:43:43 +00:00
start_release.yml chore: add npm distribution at deno package (#27346) 2024-12-12 23:43:43 +00:00
version_bump.yml chore: add npm distribution at deno package (#27346) 2024-12-12 23:43:43 +00:00
wpt_epoch.yml chore: upgrade publish workflow to ubuntu 24 (#26731) 2024-11-05 13:10:45 +05:30