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
Copy file name to clipboardExpand all lines: baselines/dom.generated.d.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4698,6 +4698,7 @@ declare var DocumentFragment: {
4698
4698
interface DocumentOrShadowRoot {
4699
4699
readonly activeElement: Element | null;
4700
4700
readonly fullscreenElement: Element | null;
4701
+
readonly pointerLockElement: Element | null;
4701
4702
/**
4702
4703
* Retrieves a collection of styleSheet objects representing the style sheets that correspond to each instance of a link or style object in the document.
0 commit comments