| OLD | NEW |
| 1 { | 1 { |
| 2 "domains": [{ | 2 "domains": [{ |
| 3 "domain": "Inspector", | 3 "domain": "Inspector", |
| 4 "hidden": true, | 4 "hidden": true, |
| 5 "types": [], | 5 "types": [], |
| 6 "commands": [ | 6 "commands": [ |
| 7 { | 7 { |
| 8 "name": "enable", | 8 "name": "enable", |
| 9 "description": "Enables inspector domain notifications." | 9 "description": "Enables inspector domain notifications." |
| 10 }, | 10 }, |
| (...skipping 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2494 { "name": "workerId", "type": "integer" }, | 2494 { "name": "workerId", "type": "integer" }, |
| 2495 { "name": "message", "type": "object" } | 2495 { "name": "message", "type": "object" } |
| 2496 ] | 2496 ] |
| 2497 }, | 2497 }, |
| 2498 { | 2498 { |
| 2499 "name": "disconnectedFromWorker" | 2499 "name": "disconnectedFromWorker" |
| 2500 } | 2500 } |
| 2501 ] | 2501 ] |
| 2502 }] | 2502 }] |
| 2503 } | 2503 } |
| OLD | NEW |