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:
parent
d706f9f241
commit
b0eea51335
4 changed files with 41 additions and 41 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue