Skip to content

Commit 0cc35fa

Browse files
authored
Correction: Clarify that only the emulated error code is used (#187)
The "call back with error" algorithm expects only an error code. Extract this from the GeolocationPositionError provided by the automation API. Fixed #186.
1 parent 69cc724 commit 0cc35fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ <h2>
838838
<li>If |emulatedPositionData| is a {{GeolocationPositionError}}:
839839
<ol>
840840
<li>[=Call back with error=] passing |errorCallback| and
841-
|emulatedPositionData|.
841+
|emulatedPositionData|.{{GeolocationPositionError/code}}.
842842
</li>
843843
<li>Terminate this algorithm.</li>
844844
</ol>

0 commit comments

Comments
 (0)