James M Snell
James M Snell
### Pending PR in Workerd ### Implemented in workerd, need to be implemented in workers-sdk `node:v8` https://github.com/cloudflare/workerd/pull/5025 (merged) `node:tty` https://github.com/cloudflare/workerd/pull/5033 (merged) `node:child_process` https://github.com/cloudflare/workerd/pull/5039 (merged) `node:worker_threads` https://github.com/cloudflare/workerd/pull/5041 (merged) `node:dgram` https://github.com/cloudflare/workerd/pull/5054 (merged)...
Alternative to #1754 that represents the text and coverage that I would like to see updated in the charter. The other PR is getting confusing with multiple edits and I...
This is not meant to land currently. This is just used for analyzing the new streams adapters impl. See the included markdown for some analysis.
Scratching a bit of a long term itch here. The bulk of the implementation here was done by claude under heavy supervision and iteration. Throughout the code base we make...
No autogate needed for these since they aren't yet in use.
Had claude port a handful of the easier-to-port tests and provide a checklist for doing the rest. Some will require manual figuring out to port, most likely can be automated...
I know that doxygen isn't everyone's favorite thing, but I've found it useful, but it hasn't been updated in a bit. This PR updates it and adds a just ds...
Use the generic MemoryInputStream to provide the stream for blob data. Part of getting ready to use the updated ReadableSource adapters