Chromium Code Reviews| Index: Source/devtools/protocol.json |
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
| index 99472a5df7047a0474d05d6be50e7f59cafb80b3..a7bcafdf65644a724ed7a3e53102178143a7556a 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", |
|
pfeldman
2013/08/05 15:34:07
I'd rename it to getValue. Otherwise lgtm.
|
| + "parameters": [ |
| + { "name": "storageId", "$ref": "StorageId" }, |
| + { "name": "key", "type": "string" } |
| + ], |
| + "returns": [ |
| + { "name": "value", "type": "string", "optional": true } |
| + ] |
| + }, |
| + { |
| "name": "getDOMStorageItems", |
| "parameters": [ |
| { "name": "storageId", "$ref": "StorageId" } |