Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index 3502e46ad512764e1e864193f97455d2efe6d0da..2ce35333a617312ba79448aeecb63482af09c676 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": "getDOMStorageItemValue", |
+ "parameters": [ |
+ { "name": "storageId", "$ref": "StorageId" }, |
+ { "name": "key", "type": "string" } |
+ ], |
+ "returns": [ |
+ { "name": "value", "type": "string", "optional": true } |
+ ] |
+ }, |
+ { |
"name": "getDOMStorageItems", |
"parameters": [ |
{ "name": "storageId", "$ref": "StorageId" } |