Debadree Chatterjee
Debadree Chatterjee
> Should we mutate the V8 warning to say "in a future version" instead of "in 12.6"? I think "in a future version" or "12.6 of V8" would be better...
Any ideas on where and libuv apis one can look to modify to implement this would be great to know! giving a shot to investigating this
It seems the issue is caused somewhere in the test reporter, rather than being an issue with `deepStrictEqual` for example running the following ```mjs import { deepStrictEqual, notDeepStrictEqual } from...
This would _probably_ not be spec compliant, https://streams.spec.whatwg.org/#readable-stream-default-controller-should-call-pull I do not think we are allowed to add additional steps not mentioned in the spec
A previous PR had attempted the same, nonethless would cc @nodejs/whatwg-stream to take a look!
cc @nodejs/whatwg-stream
Also, would this need node tests too? or WPTs are enough?
> We should short circuit if we get a Node stream and use toWeb machinary if the spec allows where to check for this? should make a issue on the...
have addressed all the comments and will wait for some time if we would like to add .toWeb functionality like @benjamingr suggested
Hey one thing is it ok to export things from `lib/internal/streams/readable.js` something like `originalReadableAsyncIterator` as suggested? i know there is little bit restrictions in what we can export import in...