File tree Expand file tree Collapse file tree 2 files changed +97
-97
lines changed Expand file tree Collapse file tree 2 files changed +97
-97
lines changed Original file line number Diff line number Diff line change @@ -933,7 +933,7 @@ of the corresponding [=platform sensor=].
933
933
<h3 id="the-sensor-interface">The Sensor Interface</h3>
934
934
935
935
<pre class="idl">
936
- [SecureContext, Exposed=Window]
936
+ [SecureContext, Exposed=(DedicatedWorker, Window) ]
937
937
interface Sensor : EventTarget {
938
938
readonly attribute boolean activated;
939
939
readonly attribute boolean hasReading;
@@ -1261,7 +1261,7 @@ that must be supported as attributes by the objects implementing the {{Sensor}}
1261
1261
1262
1262
<pre class="idl">
1263
1263
[Constructor(DOMString type, SensorErrorEventInit errorEventInitDict),
1264
- SecureContext, Exposed=Window]
1264
+ SecureContext, Exposed=(DedicatedWorker, Window) ]
1265
1265
interface SensorErrorEvent : Event {
1266
1266
readonly attribute DOMException error;
1267
1267
};
You can’t perform that action at this time.
0 commit comments