mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Make DOMTokenList.contains not throw anymore
This commit is contained in:
parent
51d41c5161
commit
66b0568bb3
5 changed files with 9 additions and 70 deletions
|
@ -9,7 +9,7 @@ interface DOMTokenList {
|
|||
[Pure]
|
||||
getter DOMString? item(unsigned long index);
|
||||
|
||||
[Pure, Throws]
|
||||
[Pure]
|
||||
boolean contains(DOMString token);
|
||||
[Throws]
|
||||
void add(DOMString... tokens);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue