Re: [sensors] Add [SecureContext] to derived interfaces

Somewhat related: https://w3c.github.io/sensors/#construct-sensor-object says

> If the current settings object is not a secure context, then:
> * Throw a SecurityError DOMException.

Is that still necessary, given `Sensor` and its derived interfaces all have the `[SecureContext]` extended attribute? IOW, there should be no situation where we'd reach the point where we're constructing a sensor object outside a secure context.

-- 
GitHub Notification of comment by rakuco
Please view or discuss this issue at https://github.com/w3c/sensors/issues/313#issuecomment-337267585 using your GitHub account

Received on Tuesday, 17 October 2017 15:20:49 UTC