James M Snell
James M Snell
For errors, any negative value should be considered an error, with multiple negative values permitted. That would obviously mean not using an enum for status, and instead using constants... e.g....
Working on adding QUIC back. This is a bit of a rewrite of the original and is not yet complete (thus the draft status). There are several important bits here:...
Originally had this as a discussion in https://github.com/nodejs/node/discussions/43384 --- At the Austin Collaborator Summit, there was significant discussion around the need for a more well-defined startup lifecycle with a clearer...
Just a start for an implementation on https://github.com/libuv/libuv/issues/3119
Proposes a new API for `TypedArray` to support built-in `hex`, `base64`, `base64url`, and `base32` encoding. Example: ``` const u8 = Uint8Array.fromEncodedString('abcdef', 'hex') console.log(u8.toEncodedString('base64url')) ``` Currently, each runtime has to handle...
Ideally, the utility would include the requirement that package manager distributions are signed, with the ability for users to verify the signature on installation.
I've had a few discussions with folks (most recently at the OpenJS World conference in Austin last week) about the possibility of exposing the IPv4/IPv6 parser included in the URL...
Draft 25, Section 4, "Data sent in CRYPTO frames is not flow controlled in the same way as stream data... The implementation SHOULD provide an interface to QUIC to tell...