Skip to content

Commit 07022bf

Browse files
typescript-botorta
andauthored
🤖 Update core dependencies (microsoft#2081)
Co-authored-by: orta <[email protected]>
1 parent ff3182c commit 07022bf

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8095,8 +8095,11 @@ interface CanvasUserInterface {
80958095
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CaretPosition)
80968096
*/
80978097
interface CaretPosition {
8098+
/** The **`offset`** property of the CaretPosition interface returns an integer representing the offset of the selection in the caret position node. */
80988099
readonly offset: number;
8100+
/** The **`offsetNode`** property of the CaretPosition interface returns a Node containing the found node at the caret's position. */
80998101
readonly offsetNode: Node;
8102+
/** The `getClientRect()` method of the CaretPosition interface returns the client rectangle for the caret range. */
81008103
getClientRect(): DOMRect | null;
81018104
}
81028105

baselines/ts5.5/dom.generated.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8087,8 +8087,11 @@ interface CanvasUserInterface {
80878087
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CaretPosition)
80888088
*/
80898089
interface CaretPosition {
8090+
/** The **`offset`** property of the CaretPosition interface returns an integer representing the offset of the selection in the caret position node. */
80908091
readonly offset: number;
8092+
/** The **`offsetNode`** property of the CaretPosition interface returns a Node containing the found node at the caret's position. */
80918093
readonly offsetNode: Node;
8094+
/** The `getClientRect()` method of the CaretPosition interface returns the client rectangle for the caret range. */
80928095
getClientRect(): DOMRect | null;
80938096
}
80948097

baselines/ts5.6/dom.generated.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8095,8 +8095,11 @@ interface CanvasUserInterface {
80958095
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CaretPosition)
80968096
*/
80978097
interface CaretPosition {
8098+
/** The **`offset`** property of the CaretPosition interface returns an integer representing the offset of the selection in the caret position node. */
80988099
readonly offset: number;
8100+
/** The **`offsetNode`** property of the CaretPosition interface returns a Node containing the found node at the caret's position. */
80998101
readonly offsetNode: Node;
8102+
/** The `getClientRect()` method of the CaretPosition interface returns the client rectangle for the caret range. */
81008103
getClientRect(): DOMRect | null;
81018104
}
81028105

inputfiles/mdn

Submodule mdn updated 62 files

0 commit comments

Comments
 (0)