James M Snell
James M Snell
Preparing to land in the internal repo. Should be in production within the next few days
Doc changes for pending Workers API addition workerd PR: https://github.com/cloudflare/workerd/pull/1782
The https://github.com/nodejs/node/pull/53507 pr in nodejs/node starts the process of extracting certain byte and string related utility methods out of nodejs/src in order to make it easier for other projects to...
One of the current capabilities of `std::unique_ptr` that is not replicated in `kj::Own` is the ability to surrender ownership of the underlying thing. There are obviously some concerns with that...
@nodejs/tsc ... as discussed on this TSC call today. Initiate a formal vote on the corepack discussion
An internal PR adding the v8 patch to the internal repo will also be necessary here. I want to make sure we are good with this approach, however, before opening...
Reworking and separating the RSA and EC related key handling code to better organize it in preparation for adding in all of the Node.js key gen and handling code. Builds...
Implement the `node:crypto` `X509Certificate` API
Implement a subset of the `node:net` and `node:tls` modules supporting `net.Socket`, `tls.TLSSocket`, `net.BlockList`, and `net.SocketAddress`. The `net.Server` and `tls.TLSServer` types are explicitly unsupported and won't be implemented. **Update: The key...