Skip to content

Commit

Permalink
Merge pull request rustwasm#1113 from alexcrichton/uncomment
Browse files Browse the repository at this point in the history
Uncomment a webidl method we now support
  • Loading branch information
alexcrichton committed Dec 14, 2018
2 parents 4054ce8 + ae49dd8 commit 3e05489
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/web-sys/webidls/enabled/HTMLSelectElement.webidl
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 3e05489

Please sign in to comment.