OLD | NEW |
1 { | 1 { |
2 "domains": [{ | 2 "domains": [{ |
3 "domain": "Inspector", | 3 "domain": "Inspector", |
4 "hidden": true, | 4 "hidden": true, |
5 "types": [], | 5 "types": [], |
6 "commands": [ | 6 "commands": [ |
7 { | 7 { |
8 "name": "enable", | 8 "name": "enable", |
9 "description": "Enables inspector domain notifications." | 9 "description": "Enables inspector domain notifications." |
10 }, | 10 }, |
(...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1589 "properties": [ | 1589 "properties": [ |
1590 { "name": "styleSheetId", "type": "string", "description": "
Enclosing stylesheet identifier." }, | 1590 { "name": "styleSheetId", "type": "string", "description": "
Enclosing stylesheet identifier." }, |
1591 { "name": "ordinal", "type": "integer", "description": "The
rule ordinal within the stylesheet." } | 1591 { "name": "ordinal", "type": "integer", "description": "The
rule ordinal within the stylesheet." } |
1592 ], | 1592 ], |
1593 "description": "This object identifies a CSS rule in a unique wa
y." | 1593 "description": "This object identifies a CSS rule in a unique wa
y." |
1594 }, | 1594 }, |
1595 { | 1595 { |
1596 "id": "PseudoIdRules", | 1596 "id": "PseudoIdRules", |
1597 "type": "object", | 1597 "type": "object", |
1598 "properties": [ | 1598 "properties": [ |
1599 { "name": "pseudoId", "type": "integer", "description": "Pse
udo style identifier (see <code>enum PseudoId</code> in <code>LayoutStyleConstan
ts.h</code>)."}, | 1599 { "name": "pseudoId", "type": "integer", "description": "Pse
udo style identifier (see <code>enum PseudoId</code> in <code>ComputedStyleConst
ants.h</code>)."}, |
1600 { "name": "rules", "type": "array", "items": { "$ref": "CSSR
ule" }, "description": "CSS rules applicable to the pseudo style."} | 1600 { "name": "rules", "type": "array", "items": { "$ref": "CSSR
ule" }, "description": "CSS rules applicable to the pseudo style."} |
1601 ], | 1601 ], |
1602 "description": "CSS rule collection for a single pseudo style." | 1602 "description": "CSS rule collection for a single pseudo style." |
1603 }, | 1603 }, |
1604 { | 1604 { |
1605 "id": "InheritedStyleEntry", | 1605 "id": "InheritedStyleEntry", |
1606 "type": "object", | 1606 "type": "object", |
1607 "properties": [ | 1607 "properties": [ |
1608 { "name": "inlineStyle", "$ref": "CSSStyle", "optional": tru
e, "description": "The ancestor node's inline style, if any, in the style inheri
tance chain." }, | 1608 { "name": "inlineStyle", "$ref": "CSSStyle", "optional": tru
e, "description": "The ancestor node's inline style, if any, in the style inheri
tance chain." }, |
1609 { "name": "matchedCSSRules", "type": "array", "items": { "$r
ef": "CSSRule" }, "description": "CSS rules matching the ancestor node in the st
yle inheritance chain." } | 1609 { "name": "matchedCSSRules", "type": "array", "items": { "$r
ef": "CSSRule" }, "description": "CSS rules matching the ancestor node in the st
yle inheritance chain." } |
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2481 { "name": "workerId", "type": "integer" }, | 2481 { "name": "workerId", "type": "integer" }, |
2482 { "name": "message", "type": "object" } | 2482 { "name": "message", "type": "object" } |
2483 ] | 2483 ] |
2484 }, | 2484 }, |
2485 { | 2485 { |
2486 "name": "disconnectedFromWorker" | 2486 "name": "disconnectedFromWorker" |
2487 } | 2487 } |
2488 ] | 2488 ] |
2489 }] | 2489 }] |
2490 } | 2490 } |
OLD | NEW |