Skip to content

Commit

Permalink
Update HTMLElement requestPointerLock to return Promise
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorade authored Aug 15, 2024
1 parent 4190e90 commit b9114b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/chrome-apps/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13750,7 +13750,7 @@ interface HTMLElement {
/**
* @requires Permissions: 'pointerLock'
*/
requestPointerLock(): void;
requestPointerLock(): Promise<void>;
/**
* @requires Permissions: 'pointerLock'
*/
Expand Down

0 comments on commit b9114b4

Please sign in to comment.