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 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1323 { | 1323 { |
1324 "domain": "IndexedDB", | 1324 "domain": "IndexedDB", |
1325 "hidden": true, | 1325 "hidden": true, |
1326 "types": [ | 1326 "types": [ |
1327 { | 1327 { |
1328 "id": "DatabaseWithObjectStores", | 1328 "id": "DatabaseWithObjectStores", |
1329 "type": "object", | 1329 "type": "object", |
1330 "description": "Database with an array of object stores.", | 1330 "description": "Database with an array of object stores.", |
1331 "properties": [ | 1331 "properties": [ |
1332 { "name": "name", "type": "string", "description": "Database
name." }, | 1332 { "name": "name", "type": "string", "description": "Database
name." }, |
1333 { "name": "intVersion", "type": "integer", "description": "D
atabase version." }, | 1333 { "name": "version", "type": "integer", "description": "Data
base version." }, |
1334 { "name": "objectStores", "type": "array", "items": { "$ref"
: "ObjectStore" }, "description": "Object stores in this database." } | 1334 { "name": "objectStores", "type": "array", "items": { "$ref"
: "ObjectStore" }, "description": "Object stores in this database." } |
1335 ] | 1335 ] |
1336 }, | 1336 }, |
1337 { | 1337 { |
1338 "id": "ObjectStore", | 1338 "id": "ObjectStore", |
1339 "type": "object", | 1339 "type": "object", |
1340 "description": "Object store.", | 1340 "description": "Object store.", |
1341 "properties": [ | 1341 "properties": [ |
1342 { "name": "name", "type": "string", "description": "Object s
tore name." }, | 1342 { "name": "name", "type": "string", "description": "Object s
tore name." }, |
1343 { "name": "keyPath", "$ref": "KeyPath", "description": "Obje
ct store key path." }, | 1343 { "name": "keyPath", "$ref": "KeyPath", "description": "Obje
ct store key path." }, |
(...skipping 2571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3915 "parameters": [ | 3915 "parameters": [ |
3916 { "name": "value", "type": "array", "items": { "type": "obje
ct" } } | 3916 { "name": "value", "type": "array", "items": { "type": "obje
ct" } } |
3917 ] | 3917 ] |
3918 }, | 3918 }, |
3919 { | 3919 { |
3920 "name": "tracingComplete" | 3920 "name": "tracingComplete" |
3921 } | 3921 } |
3922 ] | 3922 ] |
3923 }] | 3923 }] |
3924 } | 3924 } |
OLD | NEW |