| 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 3961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3972 "parameters": [ | 3972 "parameters": [ |
| 3973 { "name": "value", "type": "array", "items": { "type": "obje
ct" } } | 3973 { "name": "value", "type": "array", "items": { "type": "obje
ct" } } |
| 3974 ] | 3974 ] |
| 3975 }, | 3975 }, |
| 3976 { | 3976 { |
| 3977 "name": "tracingComplete" | 3977 "name": "tracingComplete" |
| 3978 } | 3978 } |
| 3979 ] | 3979 ] |
| 3980 }] | 3980 }] |
| 3981 } | 3981 } |
| OLD | NEW |