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
37103
*
@@ -39130,7 +39133,7 @@ declare function focus(): void;
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleDeclaration;
39136
+
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleProperties;
39134
39137
/**
39135
39138
* 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
37080
*
@@ -39107,7 +39110,7 @@ declare function focus(): void;
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleDeclaration;
39113
+
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleProperties;
39111
39114
/**
39112
39115
* 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
37103
*
@@ -39130,7 +39133,7 @@ declare function focus(): void;
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleDeclaration;
39136
+
declare function getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleProperties;
39134
39137
/**
39135
39138
* 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