Darien Maillet Valentine

Results 36 issues of Darien Maillet Valentine

In the [getter steps](https://xhr.spec.whatwg.org/#the-response-attribute) for the `response` attribute of the `XMLHTTPRequest` interface — > 5. If this’s response type is "arraybuffer", then set this’s response object to a new ArrayBuffer...

[OrdinaryCreateFromConstructor](https://tc39.es/ecma262/#sec-ordinarycreatefromconstructor)’s signature description indicates that its first argument is a [constructor](https://tc39.es/ecma262/#constructor): > The abstract operation OrdinaryCreateFromConstructor takes arguments constructor (a constructor) and intrinsicDefaultProto (a String) and optional argument internalSlotsList [...]...

spec bug
good first issue

These two AOs have identical steps & assertions / implement identical behavior. The only difference (apart from their names) seems to be how their explanatory notes describe the descriptor field...

In V8, some error messages currently expose the source text of an ES-code function. ```js try { Uint8Array.from.call(x => x + 3); } catch (err) { err.message; } → 'x...

I would like to be able to declare a policy that forbids the legacy DOM mutation event listeners: https://w3c.github.io/uievents/#legacy-mutationevent-events The main reason for this is to prevent browser extensions from...

I’m pretty confused by the search params matching behavior. First I’d note that WHATWG URL seems to (effectively?) define some (narrow) canonicalization rules via the URLSearchParams interface: 1. "foo=" and...

addition/proposal