diff options
author | Linus Groh <mail@linusgroh.de> | 2022-07-20 17:43:50 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-07-20 18:03:21 +0100 |
commit | dfd62437c4864520faf9c545c5864bf6feaa5720 (patch) | |
tree | 052d87e02fe1efa2e9c152d48b3a2e41ce92a461 /Userland/Libraries/LibWeb/Fetch | |
parent | 69d324d46abe354014bf5fdd9e670fd7c50a08e3 (diff) | |
download | serenity-dfd62437c4864520faf9c545c5864bf6feaa5720.zip |
LibWeb: Make IDL-generated iterator prototype next() enumerable as well
https://webidl.spec.whatwg.org/#es-iterator-prototype-object
> An iterator prototype object must have a next data property with
> attributes { [[Writable]]: true, [[Enumerable]]: true,
> [[Configurable]]: true } and whose value is a built-in function object
> that behaves as follows:
This makes three more WPT tests pass here, and likely various others:
http://wpt.live/fetch/api/headers/headers-basic.any.html
Diffstat (limited to 'Userland/Libraries/LibWeb/Fetch')
0 files changed, 0 insertions, 0 deletions