Chromium Code Reviews| Index: Source/devtools/protocol.json |
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
| index 63857af640ab87c441bb60d7f5c491218fc114e2..81d690749a796f9b08e8b32a3bf12a83321bc8e7 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": "getDOMStorageItem", |
|
apavlov
2013/08/02 08:16:59
It just occurred to me that the name is not quite
|
| + "parameters": [ |
| + { "name": "storageId", "$ref": "StorageId" }, |
| + { "name": "key", "type": "string" } |
| + ], |
| + "returns": [ |
| + { "name": "value", "type": "string", "optional": true } |
| + ] |
| + }, |
| + { |
| "name": "getDOMStorageItems", |
| "parameters": [ |
| { "name": "storageId", "$ref": "StorageId" } |