| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index c3e48c8c8d3852958321d6e2a5521fd8c70f3ae2..3d90fb74f08fe66751a2b1f593b184f3bedf1e45 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -1426,6 +1426,16 @@
|
| "description": "Disables storage tracking, prevents storage events from being sent to the client."
|
| },
|
| {
|
| + "name": "getDOMStorageItem",
|
| + "parameters": [
|
| + { "name": "storageId", "$ref": "StorageId" },
|
| + { "name": "key", "type": "string" }
|
| + ],
|
| + "returns": [
|
| + { "name": "value", "type": "string" }
|
| + ]
|
| + },
|
| + {
|
| "name": "getDOMStorageItems",
|
| "parameters": [
|
| { "name": "storageId", "$ref": "StorageId" }
|
|
|