mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-27 11:41:34 +00:00
Merge pull request #1533 from wayeast/master
Enable text area selectionStart and selectionEnd calls.
This commit is contained in:
@ -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]
|
||||||
|
Reference in New Issue
Block a user