| 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 4182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4193 "domain": "ServiceWorker", | 4193 "domain": "ServiceWorker", |
| 4194 "hidden": true, | 4194 "hidden": true, |
| 4195 "types": [ | 4195 "types": [ |
| 4196 { | 4196 { |
| 4197 "id": "ServiceWorkerRegistration", | 4197 "id": "ServiceWorkerRegistration", |
| 4198 "type": "object", | 4198 "type": "object", |
| 4199 "description": "ServiceWorker registration.", | 4199 "description": "ServiceWorker registration.", |
| 4200 "properties": [ | 4200 "properties": [ |
| 4201 { "name": "registrationId", "type": "string" }, | 4201 { "name": "registrationId", "type": "string" }, |
| 4202 { "name": "scopeURL", "type": "string" }, | 4202 { "name": "scopeURL", "type": "string" }, |
| 4203 { "name": "isDeleted", "type": "boolean" }, | 4203 { "name": "isDeleted", "type": "boolean" } |
| 4204 { "name": "forceUpdateOnPageLoad", "type": "boolean", "optio
nal": true } | |
| 4205 ] | 4204 ] |
| 4206 }, | 4205 }, |
| 4207 { | 4206 { |
| 4208 "id": "ServiceWorkerVersionRunningStatus", | 4207 "id": "ServiceWorkerVersionRunningStatus", |
| 4209 "type": "string", | 4208 "type": "string", |
| 4210 "enum": ["stopped", "starting", "running", "stopping"] | 4209 "enum": ["stopped", "starting", "running", "stopping"] |
| 4211 }, | 4210 }, |
| 4212 { | 4211 { |
| 4213 "id": "ServiceWorkerVersionStatus", | 4212 "id": "ServiceWorkerVersionStatus", |
| 4214 "type": "string", | 4213 "type": "string", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4319 { | 4318 { |
| 4320 "name": "setDebugOnStart", | 4319 "name": "setDebugOnStart", |
| 4321 "parameters": [ | 4320 "parameters": [ |
| 4322 { "name": "debugOnStart", "type": "boolean" } | 4321 { "name": "debugOnStart", "type": "boolean" } |
| 4323 ], | 4322 ], |
| 4324 "handlers": ["browser"] | 4323 "handlers": ["browser"] |
| 4325 }, | 4324 }, |
| 4326 { | 4325 { |
| 4327 "name": "setForceUpdateOnPageLoad", | 4326 "name": "setForceUpdateOnPageLoad", |
| 4328 "parameters": [ | 4327 "parameters": [ |
| 4329 { "name": "registrationId", "type": "string" }, | |
| 4330 { "name": "forceUpdateOnPageLoad", "type": "boolean" } | 4328 { "name": "forceUpdateOnPageLoad", "type": "boolean" } |
| 4331 ], | 4329 ], |
| 4332 "handlers": ["browser"] | 4330 "handlers": ["browser"] |
| 4333 }, | 4331 }, |
| 4334 { | 4332 { |
| 4335 "name": "deliverPushMessage", | 4333 "name": "deliverPushMessage", |
| 4336 "parameters": [ | 4334 "parameters": [ |
| 4337 { "name": "origin", "type": "string" }, | 4335 { "name": "origin", "type": "string" }, |
| 4338 { "name": "registrationId", "type": "string" }, | 4336 { "name": "registrationId", "type": "string" }, |
| 4339 { "name": "data", "type": "string" } | 4337 { "name": "data", "type": "string" } |
| (...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5131 ], | 5129 ], |
| 5132 "returns": [ | 5130 "returns": [ |
| 5133 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } | 5131 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } |
| 5134 ], | 5132 ], |
| 5135 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 5133 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
| 5136 "hidden": true | 5134 "hidden": true |
| 5137 } | 5135 } |
| 5138 ] | 5136 ] |
| 5139 }] | 5137 }] |
| 5140 } | 5138 } |
| OLD | NEW |