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

LibWeb: Port DOMTokenList from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-08-12 21:30:21 +12:00 committed by Andreas Kling
parent d706f9f241
commit b0eea51335
4 changed files with 41 additions and 41 deletions

View file

@ -1,5 +1,5 @@
// https://dom.spec.whatwg.org/#interface-domtokenlist
[Exposed=Window]
[Exposed=Window, UseNewAKString]
interface DOMTokenList {
readonly attribute unsigned long length;
getter DOMString? item(unsigned long index);