workerdOpen#6691
Streams cleanups, migrate from jsg::BufferSource/jsg::Value/v8::Local to jsg::Js* types
Replaces jsg::BufferSource with jsg::Js* types, including mechanical updates and small fixes and improvements.
3 substantial PRs, 4 open/draft. 2 in node, 1 in workerd.
Replaces jsg::BufferSource with jsg::Js* types, including mechanical updates and small fixes and improvements.
Completes the QUIC/HTTP3 implementation with a full suite of tests and docs, including fixes and improvements in C++ and JavaScript layers.
Implements a prototype for uv coroutines, allowing for asynchronous libuv calls with example bindings and tests.