1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:27:46 +00:00

LibWeb: Port NamedNodeMap from DeprecatedString to String

The conversion which is required here is unfortunately quite ugly, but
in the spirit of making forwards progress, just leave a FIXME for our
future selves to deal with.
This commit is contained in:
Shannon Booth 2023-09-06 19:17:17 +12:00 committed by Andrew Kaster
parent f5efe9bb63
commit 75133cf733
3 changed files with 17 additions and 7 deletions

View file

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