Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index 3a95302f4b2c4f4406bce17ebaa0304b21af1139..f69f70587dabb48645605aa7dffb18d720f55f95 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -4193,6 +4193,14 @@ |
], |
"hidden": true, |
"handlers": ["browser", "frontend"] |
+ }, |
+ { |
+ "name": "getAccuracyLevel", |
+ "description": "Describes the accuracy level of the data provider.", |
+ "returns": [ |
+ { "name": "result", "type": "string", "enum": ["high", "moderate", "low"] } |
+ ], |
+ "handlers": ["browser", "frontend"] |
} |
], |
"events": [ |