Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index 99472a5df7047a0474d05d6be50e7f59cafb80b3..0dade10cce7f93afc97871acab0d6c7c88767adc 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -1438,6 +1438,16 @@ |
"description": "Disables storage tracking, prevents storage events from being sent to the client." |
}, |
{ |
+ "name": "getValue", |
+ "parameters": [ |
+ { "name": "storageId", "$ref": "StorageId" }, |
+ { "name": "key", "type": "string" } |
+ ], |
+ "returns": [ |
+ { "name": "value", "type": "string", "optional": true } |
+ ] |
+ }, |
+ { |
"name": "getDOMStorageItems", |
"parameters": [ |
{ "name": "storageId", "$ref": "StorageId" } |