Skip to content

Commit dccc324

Browse files
authored
Merge pull request #640 from Microsoft/update-pointerlock-generated-files
Update generated files after #614
2 parents 6e088e8 + dd3b893 commit dccc324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4698,6 +4698,7 @@ declare var DocumentFragment: {
46984698
interface DocumentOrShadowRoot {
46994699
readonly activeElement: Element | null;
47004700
readonly fullscreenElement: Element | null;
4701+
readonly pointerLockElement: Element | null;
47014702
/**
47024703
* Retrieves a collection of styleSheet objects representing the style sheets that correspond to each instance of a link or style object in the document.
47034704
*/

0 commit comments

Comments
 (0)