mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 12:31:22 +00:00
Enable text area selectionStart and selectionEnd calls.
This commit is contained in:
@ -64,12 +64,10 @@ interface HTMLTextAreaElement : HTMLElement {
|
||||
readonly attribute NodeList labels;
|
||||
|
||||
void select();
|
||||
/* TODO Optional u32 not supported
|
||||
[Throws]
|
||||
attribute unsigned long? selectionStart;
|
||||
[Throws]
|
||||
attribute unsigned long? selectionEnd;
|
||||
*/
|
||||
[Throws]
|
||||
attribute DOMString? selectionDirection;
|
||||
[Throws]
|
||||
|
Reference in New Issue
Block a user