[sensors] SensorErrorEvent IDL doesn't match Blink

foolip has just created a new issue for 
https://github.com/w3c/sensors:

== SensorErrorEvent IDL doesn't match Blink ==
https://w3c.github.io/sensors/#the-sensor-error-event-interface
https://chromium.googlesource.com/chromium/src/+blame/master/third_party/WebKit/Source/modules/sensor/SensorErrorEvent.idl

@pozdnyakov @riju

Spec says `Error`, Blink says `DOMException`. I think that `new 
SensorErrorEvent('error', { error: new Error(); })` would therefore 
throw TypeError in Blink.

I don't know what this fix is, just reporting it.

Please view or discuss this issue at 
https://github.com/w3c/sensors/issues/142 using your GitHub account

Received on Thursday, 27 October 2016 11:16:28 UTC