mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-13 23:56:06 +00: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);
|
HTMLOptionElement? namedItem(DOMString name);
|
||||||
[CEReactions, Throws]
|
[CEReactions, Throws]
|
||||||
void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
|
void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
|
||||||
/* TODO not permitted multiple functions with the same name
|
|
||||||
[CEReactions]
|
[CEReactions]
|
||||||
void remove(long index);
|
void remove(long index);
|
||||||
*/
|
|
||||||
[CEReactions, Throws]
|
[CEReactions, Throws]
|
||||||
setter void (unsigned long index, HTMLOptionElement? option);
|
setter void (unsigned long index, HTMLOptionElement? option);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user