- From: L. David Baron <notifications@github.com>
- Date: Wed, 27 Sep 2017 08:00:52 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 September 2017 15:01:17 UTC
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