Merge pull request #1113 from alexcrichton/uncomment

Uncomment a webidl method we now support
This commit is contained in:
Alex Crichton 2018-12-14 17:10:09 -06:00 committed by GitHub
commit 3e05489fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,10 +37,8 @@ interface HTMLSelectElement : HTMLElement {
HTMLOptionElement? namedItem(DOMString name);
[CEReactions, Throws]
void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
/* TODO not permitted multiple functions with the same name
[CEReactions]
void remove(long index);
*/
[CEReactions, Throws]
setter void (unsigned long index, HTMLOptionElement? option);