OLD | NEW |
1 { | 1 { |
2 "version": { "major": "1", "minor": "0" }, | 2 "version": { "major": "1", "minor": "0" }, |
3 "domains": [{ | 3 "domains": [{ |
4 "domain": "Inspector", | 4 "domain": "Inspector", |
5 "hidden": true, | 5 "hidden": true, |
6 "types": [], | 6 "types": [], |
7 "commands": [ | 7 "commands": [ |
8 { | 8 { |
9 "name": "enable", | 9 "name": "enable", |
10 "description": "Enables inspector domain notifications." | 10 "description": "Enables inspector domain notifications." |
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1459 "commands": [ | 1459 "commands": [ |
1460 { | 1460 { |
1461 "name": "enable", | 1461 "name": "enable", |
1462 "description": "Enables storage tracking, storage events will no
w be delivered to the client." | 1462 "description": "Enables storage tracking, storage events will no
w be delivered to the client." |
1463 }, | 1463 }, |
1464 { | 1464 { |
1465 "name": "disable", | 1465 "name": "disable", |
1466 "description": "Disables storage tracking, prevents storage even
ts from being sent to the client." | 1466 "description": "Disables storage tracking, prevents storage even
ts from being sent to the client." |
1467 }, | 1467 }, |
1468 { | 1468 { |
1469 "name": "getValue", | |
1470 "parameters": [ | |
1471 { "name": "storageId", "$ref": "StorageId" }, | |
1472 { "name": "key", "type": "string" } | |
1473 ], | |
1474 "returns": [ | |
1475 { "name": "value", "type": "string", "optional": true } | |
1476 ] | |
1477 }, | |
1478 { | |
1479 "name": "getDOMStorageItems", | 1469 "name": "getDOMStorageItems", |
1480 "parameters": [ | 1470 "parameters": [ |
1481 { "name": "storageId", "$ref": "StorageId" } | 1471 { "name": "storageId", "$ref": "StorageId" } |
1482 ], | 1472 ], |
1483 "returns": [ | 1473 "returns": [ |
1484 { "name": "entries", "type": "array", "items": { "$ref": "It
em" } } | 1474 { "name": "entries", "type": "array", "items": { "$ref": "It
em" } } |
1485 ] | 1475 ] |
1486 }, | 1476 }, |
1487 { | 1477 { |
1488 "name": "setDOMStorageItem", | 1478 "name": "setDOMStorageItem", |
(...skipping 2440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3929 "parameters": [ | 3919 "parameters": [ |
3930 { "name": "value", "type": "array", "items": { "type": "obje
ct" } } | 3920 { "name": "value", "type": "array", "items": { "type": "obje
ct" } } |
3931 ] | 3921 ] |
3932 }, | 3922 }, |
3933 { | 3923 { |
3934 "name": "tracingComplete" | 3924 "name": "tracingComplete" |
3935 } | 3925 } |
3936 ] | 3926 ] |
3937 }] | 3927 }] |
3938 } | 3928 } |
OLD | NEW |