[Webkit-unassigned] [Bug 282849] HTMLElement.requestPointerLock does not return a Promise

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 13 17:12:52 PST 2024


https://bugs.webkit.org/show_bug.cgi?id=282849

--- Comment #9 from Karl Dubost <karlcow at apple.com> ---
const element = document.createElement('div'); 
console.log('requestPointerLock: ', element.requestpointerLock());

Safari:  undefined
Firefox: undefined 
Chrome:  Promise

Tested in 

Safari Technology Preview  206           20621.1.3.21.1
Firefox Nightly            134.0a1       13424.11.7
Google Chrome Canary       133.0.6835.0  6835.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241114/a971db32/attachment.htm>


More information about the webkit-unassigned mailing list