mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 06:33:33 +03:00
Merge pull request #1113 from alexcrichton/uncomment
Uncomment a webidl method we now support
This commit is contained in:
commit
3e05489fd5
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user