File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1275,10 +1275,10 @@ to {{SensorErrorEventInit}}.
1275
1275
1. [=map/For each=] |key| → <var ignore> value</var> of |options|
1276
1276
1. If the associated [=supported sensor options=] [=set/contains|does not contain=] |key|
1277
1277
1. [=Throw=] "{{NotSupportedError!!exception}} " {{DOMException}} .
1278
- 1. If |options|. {{frequency!!dict-member}} is [=present =] , then
1279
- 1. Set |sensor_instance|.{{[[frequency]]}} to |options|. {{frequency!!dict-member}} .
1278
+ 1. If |options|[" {{frequency!!dict-member}}"] [=map/exists =] , then
1279
+ 1. Set |sensor_instance|.{{[[frequency]]}} to |options|[" {{frequency!!dict-member}}"] .
1280
1280
1281
- Note: there is not guarantee that the requested |options|. {{frequency!!dict-member}}
1281
+ Note: there is not guarantee that the requested |options|[" {{frequency!!dict-member}}"]
1282
1282
can be respected. The actual [=sampling frequency=] can be calculated using
1283
1283
{{Sensor}} {{Sensor/timestamp!!attribute}} attributes.
1284
1284
</div>
You can’t perform that action at this time.
0 commit comments