Re: [w3ctag/design-reviews] Request review of Keyboard Lock (#192)

So we started comparing lock APIs in today's meeting:
* [Wake Lock](https://w3c.github.io/wake-lock/) has `navigator.getWakeLock("screen").then(wakeLock => wakeLock.createRequest())`
* [Screen Orientation API](https://w3c.github.io/screen-orientation/) has `screen.orientation.lock('portrait')`
* [Pointer Lock](https://w3c.github.io/pointerlock/) has `element.requestPointerLock()` and then fires events
* [Keyboard Lock](https://w3c.github.io/keyboard-lock/) now proposes `navigator.requestKeyboardLock().then(...)`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/192#issuecomment-332550647

Received on Wednesday, 27 September 2017 15:01:17 UTC