Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Correction: Clarify that only the emulated error code is used
The "call back with error" algorithm expects only an error code.
Extract this from the GeolocationPositionError provided by the
automation API.

Fixed #186.
  • Loading branch information
reillyeon committed Jun 23, 2025
commit 577b79e29c1ed56df57ceeaed02b03b2d7e460ed
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ <h2>
<li>If |emulatedPositionData| is a {{GeolocationPositionError}}:
<ol>
<li>[=Call back with error=] passing |errorCallback| and
|emulatedPositionData|.
|emulatedPositionData|.{{GeolocationPositionError/code}}.
</li>
<li>Terminate this algorithm.</li>
</ol>
Expand Down