mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
Uncomment a webidl method we now support
First commented out in #568 when we didn't support this we now do! Closes #1111
This commit is contained in:
parent
4054ce8a2c
commit
ae49dd8697
@ -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…
x
Reference in New Issue
Block a user