WebAPI/KeboardIME: Difference between revisions

m
fix the comment of getText
m (fix the comment of getText)
Line 284: Line 284:
   
   
     /*
     /*
     * Get the whole text content of the input field.
     * 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);
Confirmed users
58

edits