You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The **`getSelection()`** method of the Window interface returns the Selection object associated with the window's document, representing the range of text selected by the user or the current position of the caret.
37100
37106
*
@@ -39130,7 +39136,7 @@ declare function focus(): void;
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleDeclaration;
39139
+
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleProperties;
39134
39140
/**
39135
39141
* The **`getSelection()`** method of the Window interface returns the Selection object associated with the window's document, representing the range of text selected by the user or the current position of the caret.
* The **`getSelection()`** method of the Window interface returns the Selection object associated with the window's document, representing the range of text selected by the user or the current position of the caret.
37077
37083
*
@@ -39107,7 +39113,7 @@ declare function focus(): void;
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleDeclaration;
39116
+
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleProperties;
39111
39117
/**
39112
39118
* The **`getSelection()`** method of the Window interface returns the Selection object associated with the window's document, representing the range of text selected by the user or the current position of the caret.
* The **`getSelection()`** method of the Window interface returns the Selection object associated with the window's document, representing the range of text selected by the user or the current position of the caret.
37100
37106
*
@@ -39130,7 +39136,7 @@ declare function focus(): void;
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleDeclaration;
39139
+
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleProperties;
39134
39140
/**
39135
39141
* The **`getSelection()`** method of the Window interface returns the Selection object associated with the window's document, representing the range of text selected by the user or the current position of the caret.
0 commit comments