mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-08 13:18:07 +00:00
Enable selectionStart and selectionEnd for HTMLInputElement (#1811)
This commit is contained in:
parent
ebef7a7aa7
commit
c7514b7ee8
@ -120,12 +120,10 @@ interface HTMLInputElement : HTMLElement {
|
|||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user