Update usage of EnumerableOwnProperty(Names) in the structured cloning algorithm #5374
Labels
good first issue
Ideal for someone new to a WHATWG standard or software project
topic: serialize and transfer
https://html.spec.whatwg.org/#structuredserializeinternal step 26.4:
EnumerableOwnProperties got renamed to EnumerableOwnPropertyNames in Editorial: rename EnumerableOwnProperties to EnumerableOwnPropertyNames tc39/ecma262#1113, so the note referencing it is currently not right.
But, EnumerableOwnPropertyNames no longer reorders keys arbitrarily, as of Normative: make EnumerableOwnPropertyNames ordered tc39/ecma262#1793! So, I think we can use it directly, replacing step 26.4.1-2 with
The text was updated successfully, but these errors were encountered: