OLD | NEW |
1 { | 1 { |
2 "version": { "major": "1", "minor": "1" }, | 2 "version": { "major": "1", "minor": "1" }, |
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 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1411 { "name": "upper", "$ref": "Key", "optional": true, "descrip
tion": "Upper bound." }, | 1411 { "name": "upper", "$ref": "Key", "optional": true, "descrip
tion": "Upper bound." }, |
1412 { "name": "lowerOpen", "type": "boolean", "description": "If
true lower bound is open." }, | 1412 { "name": "lowerOpen", "type": "boolean", "description": "If
true lower bound is open." }, |
1413 { "name": "upperOpen", "type": "boolean", "description": "If
true upper bound is open." } | 1413 { "name": "upperOpen", "type": "boolean", "description": "If
true upper bound is open." } |
1414 ] | 1414 ] |
1415 }, | 1415 }, |
1416 { | 1416 { |
1417 "id": "DataEntry", | 1417 "id": "DataEntry", |
1418 "type": "object", | 1418 "type": "object", |
1419 "description": "Data entry.", | 1419 "description": "Data entry.", |
1420 "properties": [ | 1420 "properties": [ |
1421 { "name": "key", "$ref": "Runtime.RemoteObject", "descriptio
n": "Key." }, | 1421 { "name": "key", "type": "string", "description": "JSON-stri
ngified key object." }, |
1422 { "name": "primaryKey", "$ref": "Runtime.RemoteObject", "des
cription": "Primary key." }, | 1422 { "name": "primaryKey", "type": "string", "description": "JS
ON-stringified primary key object." }, |
1423 { "name": "value", "$ref": "Runtime.RemoteObject", "descript
ion": "Value." } | 1423 { "name": "value", "type": "string", "description": "JSON-st
ringified value object." } |
1424 ] | 1424 ] |
1425 }, | 1425 }, |
1426 { | 1426 { |
1427 "id": "KeyPath", | 1427 "id": "KeyPath", |
1428 "type": "object", | 1428 "type": "object", |
1429 "description": "Key path.", | 1429 "description": "Key path.", |
1430 "properties": [ | 1430 "properties": [ |
1431 { "name": "type", "type": "string", "enum": ["null", "string
", "array"], "description": "Key path type." }, | 1431 { "name": "type", "type": "string", "enum": ["null", "string
", "array"], "description": "Key path type." }, |
1432 { "name": "string", "type": "string", "optional": true, "des
cription": "String value." }, | 1432 { "name": "string", "type": "string", "optional": true, "des
cription": "String value." }, |
1433 { "name": "array", "type": "array", "optional": true, "items
": { "type": "string" }, "description": "Array value." } | 1433 { "name": "array", "type": "array", "optional": true, "items
": { "type": "string" }, "description": "Array value." } |
(...skipping 2630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4064 ], | 4064 ], |
4065 "handlers": ["browser", "frontend"] | 4065 "handlers": ["browser", "frontend"] |
4066 }, | 4066 }, |
4067 { | 4067 { |
4068 "name": "tracingComplete", | 4068 "name": "tracingComplete", |
4069 "handlers": ["browser", "frontend"] | 4069 "handlers": ["browser", "frontend"] |
4070 } | 4070 } |
4071 ] | 4071 ] |
4072 }] | 4072 }] |
4073 } | 4073 } |
OLD | NEW |