Anne van Kesteren

Results 403 issues of Anne van Kesteren

I somehow forgot that `AbortSignal` is a pretty popular API these days. There's more than Fetch and Streams to update. For each impacted specification not only do we need to...

meta
topic: aborting

Unless I'm mistaken, it seems that step 5 can be inline by returning slot's manually assigned nodes directly. We could return a clone of the set using Infra as well,...

topic: shadow

See https://wiki.whatwg.org/wiki/DOM_XSLTProcessor. Per https://github.com/whatwg/html/pull/738 this is implemented in all browsers now.

For https://github.com/whatwg/html/issues/1900, service workers, and a couple of other cases in the platform, we need to determine whether an object has event listeners for a given event type. It would...

topic: events

This is an attempt at fixing https://github.com/w3c/webcomponents/issues/764. I first wrote an algorithm that combined the operations done by remove and insert. I then used that for replace and replace all....

topic: shadow

Elements that trigger a script-executing side effect due to insertion or removal need to do so using some kind of queue if we ever want to remove mutation events fully...

web reality

Both Streams and Fetch (which builds upon Streams) resolve a promise with a byte sequence: * https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-all-bytes * https://fetch.spec.whatwg.org/#concept-body-consume-body Unfortunately this gives UB in step 2 of https://webidl.spec.whatwg.org/#resolve. (Discovered through...

Fetch has a couple cases where it needs to check whether a stream is disturbed or locked. Is this something that other consumers of Streams need? For Fetch's Body mixin...

other spec interface

This can be done after https://github.com/whatwg/html/pull/727 lands.

needs tests
addition/proposal
topic: formdata

See https://github.com/whatwg/dom/issues/453 and https://github.com/whatwg/dom/pull/660.