From 577b79e29c1ed56df57ceeaed02b03b2d7e460ed Mon Sep 17 00:00:00 2001 From: Reilly Grant Date: Mon, 23 Jun 2025 20:35:11 +0000 Subject: [PATCH] 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. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cfb482f..d3d0d0d 100644 --- a/index.html +++ b/index.html @@ -838,7 +838,7 @@

  • If |emulatedPositionData| is a {{GeolocationPositionError}}:
    1. [=Call back with error=] passing |errorCallback| and - |emulatedPositionData|. + |emulatedPositionData|.{{GeolocationPositionError/code}}.
    2. Terminate this algorithm.