Antoine du Hamel
Antoine du Hamel
Blocked on https://github.com/nodejs/node/pull/55115
This needs a rebase.
Landed in bb8cc65edb6e402cb05ec85da497cbd605b61514
Jenkins CI is passing, but GHA is not, failing consistently on `sequential/test-watch-mode` 🤔 let me try to rebase to see if that fixes anything
Adding https://github.com/nodejs/node/labels/dont-land-on-v22%2Ex as it looks like `WriteV2` is not available on 22.x.
The problem is not that there's a warning, it's that the promise never resolves: ```console $ node -e ' const {Writable} = require("node:stream"); const {ReadableStream} = require("node:stream/web"); ReadableStream.from(["test\n"]).pipeTo(Writable.toWeb(process.stdout)).then(() => console.log("Done"),...
It could be related to a V8 update, or another semver-major commit of v22.x but I don't see any related
Adding https://github.com/nodejs/node/labels/dont-land-on-v22%2Ex as it looks like `WriteV2` is not available on 22.x.
/cc @nodejs/web-standards
It looks like some of our own tests uses WPT fixtures and are therefor impacted