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 2573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2584 { "name": "familyName", "type": "string", "description": "Fo
nt's family name reported by platform."}, | 2584 { "name": "familyName", "type": "string", "description": "Fo
nt's family name reported by platform."}, |
2585 { "name": "glyphCount", "type": "number", "description": "Am
ount of glyphs that were rendered with this font."} | 2585 { "name": "glyphCount", "type": "number", "description": "Am
ount of glyphs that were rendered with this font."} |
2586 ], | 2586 ], |
2587 "description": "Information about amount of glyphs that were ren
dered with given font.", | 2587 "description": "Information about amount of glyphs that were ren
dered with given font.", |
2588 "hidden": true | 2588 "hidden": true |
2589 } | 2589 } |
2590 ], | 2590 ], |
2591 "commands": [ | 2591 "commands": [ |
2592 { | 2592 { |
2593 "name": "enable", | 2593 "name": "enable", |
2594 "async": true, | |
2595 "description": "Enables the CSS agent for the given page. Client
s should not assume that the CSS agent has been enabled until the result of this
command is received." | 2594 "description": "Enables the CSS agent for the given page. Client
s should not assume that the CSS agent has been enabled until the result of this
command is received." |
2596 }, | 2595 }, |
2597 { | 2596 { |
2598 "name": "disable", | 2597 "name": "disable", |
2599 "description": "Disables the CSS agent for the given page." | 2598 "description": "Disables the CSS agent for the given page." |
2600 }, | 2599 }, |
2601 { | 2600 { |
2602 "name": "getMatchedStylesForNode", | 2601 "name": "getMatchedStylesForNode", |
2603 "parameters": [ | 2602 "parameters": [ |
2604 { "name": "nodeId", "$ref": "DOM.NodeId" }, | 2603 { "name": "nodeId", "$ref": "DOM.NodeId" }, |
(...skipping 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4130 { | 4129 { |
4131 "name": "dataAvailable", | 4130 "name": "dataAvailable", |
4132 "parameters": [ | 4131 "parameters": [ |
4133 {"name": "value", "type": "array", "items": { "$ref": "Power
Event" }, "description": "List of power events." } | 4132 {"name": "value", "type": "array", "items": { "$ref": "Power
Event" }, "description": "List of power events." } |
4134 ], | 4133 ], |
4135 "handlers": ["browser", "frontend"] | 4134 "handlers": ["browser", "frontend"] |
4136 } | 4135 } |
4137 ] | 4136 ] |
4138 }] | 4137 }] |
4139 } | 4138 } |
OLD | NEW |