mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +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();
|
||||
|
||||
/* TODO optional u32 not supported
|
||||
[Throws]
|
||||
attribute unsigned long? selectionStart;
|
||||
[Throws]
|
||||
attribute unsigned long? selectionEnd;
|
||||
*/
|
||||
[Throws]
|
||||
attribute DOMString? selectionDirection;
|
||||
[Throws]
|
||||
|
Loading…
x
Reference in New Issue
Block a user