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 4901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4912 { "name": "name", "type": "string", "optional": true, "descr
iption": "CSS keyframed animation's name." }, | 4912 { "name": "name", "type": "string", "optional": true, "descr
iption": "CSS keyframed animation's name." }, |
4913 { "name": "keyframes", "type": "array", "items": { "$ref": "
KeyframeStyle" }, "description": "List of animation keyframes." } | 4913 { "name": "keyframes", "type": "array", "items": { "$ref": "
KeyframeStyle" }, "description": "List of animation keyframes." } |
4914 ], | 4914 ], |
4915 "description": "Keyframes Rule" | 4915 "description": "Keyframes Rule" |
4916 }, | 4916 }, |
4917 { | 4917 { |
4918 "id": "KeyframeStyle", | 4918 "id": "KeyframeStyle", |
4919 "type": "object", | 4919 "type": "object", |
4920 "properties": [ | 4920 "properties": [ |
4921 { "name": "offset", "type": "string", "description": "Keyfra
me's time offset." }, | 4921 { "name": "offset", "type": "string", "description": "Keyfra
me's time offset." }, |
4922 { "name": "style", "$ref": "CSS.CSSStyle", "description": "K
eyframe's associated CSS style declaration." }, | |
4923 { "name": "easing", "type": "string", "description": "<code>
AnimationNode</code>'s timing function." } | 4922 { "name": "easing", "type": "string", "description": "<code>
AnimationNode</code>'s timing function." } |
4924 ], | 4923 ], |
4925 "description": "Keyframe Style" | 4924 "description": "Keyframe Style" |
4926 } | 4925 } |
4927 ], | 4926 ], |
4928 "commands": [ | 4927 "commands": [ |
4929 { | 4928 { |
4930 "name": "enable", | 4929 "name": "enable", |
4931 "description": "Enables animation domain notifications." | 4930 "description": "Enables animation domain notifications." |
4932 }, | 4931 }, |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5107 ], | 5106 ], |
5108 "returns": [ | 5107 "returns": [ |
5109 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } | 5108 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } |
5110 ], | 5109 ], |
5111 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 5110 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
5112 "hidden": true | 5111 "hidden": true |
5113 } | 5112 } |
5114 ] | 5113 ] |
5115 }] | 5114 }] |
5116 } | 5115 } |
OLD | NEW |