1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:47:34 +00:00

LibWeb: Port HTMLCollection from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-08-12 21:30:18 +12:00 committed by Andreas Kling
parent ebdfe2e863
commit d5409a056a
4 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#import <DOM/Element.idl>
[Exposed=Window, LegacyUnenumerableNamedProperties]
[Exposed=Window, LegacyUnenumerableNamedProperties, UseNewAKString]
interface HTMLCollection {
readonly attribute unsigned long length;