| 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 4683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4694 { "name": "type", "type": "string", "enum": ["CSSTransition"
, "CSSAnimation", "WebAnimation"], "description": "Animation type of <code>Anima
tionPlayer</code>." } | 4694 { "name": "type", "type": "string", "enum": ["CSSTransition"
, "CSSAnimation", "WebAnimation"], "description": "Animation type of <code>Anima
tionPlayer</code>." } |
| 4695 ], | 4695 ], |
| 4696 "description": "AnimationPlayer instance." | 4696 "description": "AnimationPlayer instance." |
| 4697 }, | 4697 }, |
| 4698 { | 4698 { |
| 4699 "id": "AnimationNode", | 4699 "id": "AnimationNode", |
| 4700 "type": "object", | 4700 "type": "object", |
| 4701 "hidden": true, | 4701 "hidden": true, |
| 4702 "properties": [ | 4702 "properties": [ |
| 4703 { "name": "delay", "type": "number", "description": "<code>A
nimationNode</code>'s delay." }, | 4703 { "name": "delay", "type": "number", "description": "<code>A
nimationNode</code>'s delay." }, |
| 4704 { "name": "endDelay", "type": "number", "description": "<cod
e>AnimationNode</code>'s end delay." }, | |
| 4705 { "name": "playbackRate", "type": "number", "description": "
<code>AnimationNode</code>'s playbackRate." }, | 4704 { "name": "playbackRate", "type": "number", "description": "
<code>AnimationNode</code>'s playbackRate." }, |
| 4706 { "name": "iterationStart", "type": "number", "description":
"<code>AnimationNode</code>'s iteration start." }, | 4705 { "name": "iterationStart", "type": "number", "description":
"<code>AnimationNode</code>'s iteration start." }, |
| 4707 { "name": "iterations", "type": "number", "description": "<c
ode>AnimationNode</code>'s iterations." }, | 4706 { "name": "iterations", "type": "number", "description": "<c
ode>AnimationNode</code>'s iterations." }, |
| 4708 { "name": "duration", "type": "number", "description": "<cod
e>AnimationNode</code>'s iteration duration." }, | 4707 { "name": "duration", "type": "number", "description": "<cod
e>AnimationNode</code>'s iteration duration." }, |
| 4709 { "name": "direction", "type": "string", "description": "<co
de>AnimationNode</code>'s playback direction." }, | 4708 { "name": "direction", "type": "string", "description": "<co
de>AnimationNode</code>'s playback direction." }, |
| 4710 { "name": "fill", "type": "string", "description": "<code>An
imationNode</code>'s fill mode." }, | 4709 { "name": "fill", "type": "string", "description": "<code>An
imationNode</code>'s fill mode." }, |
| 4711 { "name": "name", "type": "string", "description": "<code>An
imationNode</code>'s name." }, | 4710 { "name": "name", "type": "string", "description": "<code>An
imationNode</code>'s name." }, |
| 4712 { "name": "backendNodeId", "$ref": "DOM.BackendNodeId", "des
cription": "<code>AnimationNode</code>'s target node." }, | 4711 { "name": "backendNodeId", "$ref": "DOM.BackendNodeId", "des
cription": "<code>AnimationNode</code>'s target node." }, |
| 4713 { "name": "keyframesRule", "$ref": "KeyframesRule", "optiona
l": true, "description": "<code>AnimationNode</code>'s keyframes." }, | 4712 { "name": "keyframesRule", "$ref": "KeyframesRule", "optiona
l": true, "description": "<code>AnimationNode</code>'s keyframes." }, |
| 4714 { "name": "easing", "type": "string", "description": "<code>
AnimationNode</code>'s timing function." } | 4713 { "name": "easing", "type": "string", "description": "<code>
AnimationNode</code>'s timing function." } |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4821 ], | 4820 ], |
| 4822 "returns": [ | 4821 "returns": [ |
| 4823 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } | 4822 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } |
| 4824 ], | 4823 ], |
| 4825 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 4824 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
| 4826 "hidden": true | 4825 "hidden": true |
| 4827 } | 4826 } |
| 4828 ] | 4827 ] |
| 4829 }] | 4828 }] |
| 4830 } | 4829 } |
| OLD | NEW |