We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8ea70 commit 5868e7bCopy full SHA for 5868e7b
index.bs
@@ -1260,9 +1260,9 @@ that must be supported as attributes by the objects implementing the {{Sensor}}
1260
<h3 id="the-sensor-error-event-interface">The SensorErrorEvent Interface</h3>
1261
1262
<pre class="idl">
1263
-[Constructor(DOMString type, SensorErrorEventInit errorEventInitDict),
1264
- SecureContext, Exposed=(DedicatedWorker, Window)]
+[SecureContext, Exposed=(DedicatedWorker, Window)]
1265
interface SensorErrorEvent : Event {
+ constructor(DOMString type, SensorErrorEventInit errorEventInitDict);
1266
readonly attribute DOMException error;
1267
};
1268
0 commit comments