mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 21:02:10 +03:00
Enable text area selectionStart and selectionEnd calls.
This commit is contained in:
parent
827810fa1b
commit
e728a7ee9e
@ -64,12 +64,10 @@ interface HTMLTextAreaElement : HTMLElement {
|
|||||||
readonly attribute NodeList labels;
|
readonly attribute NodeList labels;
|
||||||
|
|
||||||
void select();
|
void select();
|
||||||
/* TODO Optional u32 not supported
|
|
||||||
[Throws]
|
[Throws]
|
||||||
attribute unsigned long? selectionStart;
|
attribute unsigned long? selectionStart;
|
||||||
[Throws]
|
[Throws]
|
||||||
attribute unsigned long? selectionEnd;
|
attribute unsigned long? selectionEnd;
|
||||||
*/
|
|
||||||
[Throws]
|
[Throws]
|
||||||
attribute DOMString? selectionDirection;
|
attribute DOMString? selectionDirection;
|
||||||
[Throws]
|
[Throws]
|
||||||
|
Loading…
Reference in New Issue
Block a user