w3c / orientation-sensor

Orientation Sensor
https://www.w3.org/TR/orientation-sensor/
Other
12 stars 21 forks source link

Fix exception name used in permissions example #79

Closed rakuco closed 10 months ago

rakuco commented 10 months ago

When the permission checks in Sensor.start() fail, a NotAllowedError DOMException is created, not a SecurityError.

Additionally, add the event listener before invoking start() to avoid race conditions.


Preview | Diff