1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-02 18:31:05 +00:00

Enable selectionStart and selectionEnd for HTMLInputElement ()

This commit is contained in:
Martin Kavík 2019-10-08 18:58:59 +02:00 committed by Alex Crichton
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]