James M Snell
James M Snell
With http2 (and http3) it is possible for an HTTP request stream to be immediately closed for writing before the usercode had a chance to do anything with it. For...
As far as implementor support is concerned, I will implement support in Cloudflare Workers also.
We discussed this today on the WinterCG call. Most of the attendees did not have strong opinions one way or the other with regard to `cause` as an accessor or...
For workers, we'll implement cause as a data property, and I will be encouraging Node.js to do the same. If users ask why browsers work differently, I'll refer them to...
@bathos > “just pass it to super()”. Is it a pain for implementors? Conceptually, no, unfortunately the reality is a bit different. For those of us who implement `DOMException` in...
Node.js itself presents a solid set of use cases here. Take AbortSignal, for instance. It already inherits from EventTarget. In order to make it cloneable as has been discussed in...
Proxies are a good case, yes. I would argue that making it easier for instances of a `class` is also quite valid, as would the ability to allow an object...
I'd certainly prefer to wait on landing it in 18.
@mrbbot ... ok, so the reason we had to revert this was twofold: 1. The bazel changes here also require bazel changes for the internal platform, and 2. The code...
It appears that all of @mikea's feedback has been addressed. I'll clear their "change requested" now.