Confirmed users
58
edits
m (→Status) |
m (fix the comment of getText) |
||
| Line 284: | Line 284: | ||
/* | /* | ||
* Get | * Get specified range of text content from the input field. | ||
* @param offset The offset from the cursor position where the range starts. Defaults to 0. | |||
* @param length The range length. Defaults to the end of the text. | |||
*/ | */ | ||
Promise<DOMString> getText([optional] offset, [optional] length); | Promise<DOMString> getText([optional] offset, [optional] length); | ||