| 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 4279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4290 "handlers": ["browser"] | 4290 "handlers": ["browser"] |
| 4291 }, | 4291 }, |
| 4292 { | 4292 { |
| 4293 "name": "startWorker", | 4293 "name": "startWorker", |
| 4294 "parameters": [ | 4294 "parameters": [ |
| 4295 { "name": "scopeURL", "type": "string" } | 4295 { "name": "scopeURL", "type": "string" } |
| 4296 ], | 4296 ], |
| 4297 "handlers": ["browser"] | 4297 "handlers": ["browser"] |
| 4298 }, | 4298 }, |
| 4299 { | 4299 { |
| 4300 "name": "skipWaiting", |
| 4301 "parameters": [ |
| 4302 { "name": "scopeURL", "type": "string" } |
| 4303 ], |
| 4304 "handlers": ["browser"] |
| 4305 }, |
| 4306 { |
| 4300 "name": "stopWorker", | 4307 "name": "stopWorker", |
| 4301 "parameters": [ | 4308 "parameters": [ |
| 4302 { "name": "versionId", "type": "string" } | 4309 { "name": "versionId", "type": "string" } |
| 4303 ], | 4310 ], |
| 4304 "handlers": ["browser"] | 4311 "handlers": ["browser"] |
| 4305 }, | 4312 }, |
| 4306 { | 4313 { |
| 4307 "name": "inspectWorker", | 4314 "name": "inspectWorker", |
| 4308 "parameters": [ | 4315 "parameters": [ |
| 4309 { "name": "versionId", "type": "string" } | 4316 { "name": "versionId", "type": "string" } |
| (...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5110 ], | 5117 ], |
| 5111 "returns": [ | 5118 "returns": [ |
| 5112 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } | 5119 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } |
| 5113 ], | 5120 ], |
| 5114 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 5121 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
| 5115 "hidden": true | 5122 "hidden": true |
| 5116 } | 5123 } |
| 5117 ] | 5124 ] |
| 5118 }] | 5125 }] |
| 5119 } | 5126 } |
| OLD | NEW |