| 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 }, | 473 }, |
| 474 { | 474 { |
| 475 "name": "clearDeviceOrientationOverride", | 475 "name": "clearDeviceOrientationOverride", |
| 476 "description": "Clears the overridden Device Orientation.", | 476 "description": "Clears the overridden Device Orientation.", |
| 477 "redirect": "DeviceOrientation", | 477 "redirect": "DeviceOrientation", |
| 478 "hidden": true | 478 "hidden": true |
| 479 }, | 479 }, |
| 480 { | 480 { |
| 481 "name": "setTouchEmulationEnabled", | 481 "name": "setTouchEmulationEnabled", |
| 482 "parameters": [ | 482 "parameters": [ |
| 483 { "name": "enabled", "type": "boolean", "description": "Whet
her the touch event emulation should be enabled." } | 483 { "name": "enabled", "type": "boolean", "description": "Whet
her the touch event emulation should be enabled." }, |
| 484 { "name": "configuration", "type": "string", "enum": ["mobil
e", "desktop"], "optional": true, "description": "Touch/gesture events configura
tion. Default: current platform." } |
| 484 ], | 485 ], |
| 485 "description": "Toggles mouse event-based touch event emulation.
", | 486 "description": "Toggles mouse event-based touch event emulation.
", |
| 486 "hidden": true, | 487 "hidden": true, |
| 487 "handlers": ["browser", "renderer"] | 488 "handlers": ["browser", "renderer"] |
| 488 }, | 489 }, |
| 489 { | 490 { |
| 490 "name": "setEmulatedMedia", | 491 "name": "setEmulatedMedia", |
| 491 "parameters": [ | 492 "parameters": [ |
| 492 { "name": "media", "type": "string", "description": "Media t
ype to emulate. Empty string disables the override." } | 493 { "name": "media", "type": "string", "description": "Media t
ype to emulate. Empty string disables the override." } |
| 493 ], | 494 ], |
| (...skipping 4039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4533 { "name": "isRunning", "type": "boolean", "description": "If
the animation player is still running." } | 4534 { "name": "isRunning", "type": "boolean", "description": "If
the animation player is still running." } |
| 4534 ], | 4535 ], |
| 4535 "description": "Gets the state of an AnimationPlayer.", | 4536 "description": "Gets the state of an AnimationPlayer.", |
| 4536 "hidden": true | 4537 "hidden": true |
| 4537 } | 4538 } |
| 4538 ], | 4539 ], |
| 4539 "events": [ | 4540 "events": [ |
| 4540 ] | 4541 ] |
| 4541 }] | 4542 }] |
| 4542 } | 4543 } |
| OLD | NEW |