From 48b20c979874e87c027f8d0566baff4c5fccb425 Mon Sep 17 00:00:00 2001 From: adolfintel Date: Mon, 6 Aug 2018 18:33:06 +0200 Subject: [PATCH] Updated doc.md --- doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.md b/doc.md index 00a2932..ca23c20 100644 --- a/doc.md +++ b/doc.md @@ -161,7 +161,7 @@ format: * __dlProgress__: the progress of the download test as a number between 0 and 1 * __ulProgress__: the progress of the upload test as a number between 0 and 1 * __pingProgress__: the progress of the ping+jitter test as a number between 0 and 1 -* __testId__: when telemetry is active, this is the ID of the test as an integer. This string is empty until the test is finished (testState 4). This ID is used for results sharing +* __testId__: when telemetry is active, this is the ID of the test as an integer. This string is 'noID' until the test is finished (testState 4). This ID is used for results sharing Note: clientIp appears before jitterStatus. This is not a mistake, it's to keep the js file compatible with older pages from before the jitter test was introduced.