| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "domain": "Inspector", | 3 "domain": "Inspector", |
| 4 "types": [], | 4 "types": [], |
| 5 "commands": [ | 5 "commands": [ |
| 6 ], | 6 ], |
| 7 "events": [ | 7 "events": [ |
| 8 { | 8 { |
| 9 "name": "frontendReused" | 9 "name": "frontendReused" |
| 10 }, | 10 }, |
| (...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1028 { "name": "id", "type": "integer", "description": "Id of the
node that has been removed." } | 1028 { "name": "id", "type": "integer", "description": "Id of the
node that has been removed." } |
| 1029 ], | 1029 ], |
| 1030 "description": "Mirrors <code>DOMNodeRemoved</code> event." | 1030 "description": "Mirrors <code>DOMNodeRemoved</code> event." |
| 1031 }, | 1031 }, |
| 1032 { | 1032 { |
| 1033 "name": "searchResults", | 1033 "name": "searchResults", |
| 1034 "parameters": [ | 1034 "parameters": [ |
| 1035 { "name": "nodeIds", "type": "array", "items": { "type": "in
teger" }, "description": "Ids of the search result nodes." } | 1035 { "name": "nodeIds", "type": "array", "items": { "type": "in
teger" }, "description": "Ids of the search result nodes." } |
| 1036 ], | 1036 ], |
| 1037 "description": "Pushes search results initiated using <code>perf
ormSearch</code> to the client." | 1037 "description": "Pushes search results initiated using <code>perf
ormSearch</code> to the client." |
| 1038 }, | |
| 1039 { | |
| 1040 "name": "shadowRootUpdated", | |
| 1041 "parameters": [ | |
| 1042 { "name": "hostId", "type": "integer", "description": "Id of
the host node that had shadow root changed." }, | |
| 1043 { "name": "shadowRoot", "$ref": "DOMNode", "description": "D
ata for new shadow root (null if shadow root removed)." } | |
| 1044 ], | |
| 1045 "description": "Fired when shadow root is added or removed from
a node." | |
| 1046 } | 1038 } |
| 1047 ] | 1039 ] |
| 1048 }, | 1040 }, |
| 1049 { | 1041 { |
| 1050 "domain": "CSS", | 1042 "domain": "CSS", |
| 1051 "description": "This domain exposes CSS read/write operations. All CSS o
bjects, like stylesheets, rules, and styles, have an associated <code>id</code>
used in subsequent operations on the related object. Each object type has a spec
ific <code>id</code> structure, and those are not interchangeable between object
s of different kinds. CSS objects can be loaded using the <code>get*ForNode()</c
ode> calls (which accept a DOM node id). Alternatively, a client can discover al
l the existing stylesheets with the <code>getAllStyleSheets()</code> method and
subsequently load the required stylesheet contents using the <code>getStyleSheet
[Text]()</code> methods.", | 1043 "description": "This domain exposes CSS read/write operations. All CSS o
bjects, like stylesheets, rules, and styles, have an associated <code>id</code>
used in subsequent operations on the related object. Each object type has a spec
ific <code>id</code> structure, and those are not interchangeable between object
s of different kinds. CSS objects can be loaded using the <code>get*ForNode()</c
ode> calls (which accept a DOM node id). Alternatively, a client can discover al
l the existing stylesheets with the <code>getAllStyleSheets()</code> method and
subsequently load the required stylesheet contents using the <code>getStyleSheet
[Text]()</code> methods.", |
| 1052 "types": [ | 1044 "types": [ |
| 1053 { | 1045 { |
| 1054 "id": "CSSStyleId", | 1046 "id": "CSSStyleId", |
| 1055 "type": "object", | 1047 "type": "object", |
| (...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1738 { | 1730 { |
| 1739 "name": "dispatchMessageFromWorker", | 1731 "name": "dispatchMessageFromWorker", |
| 1740 "parameters": [ | 1732 "parameters": [ |
| 1741 { "name": "workerId", "type": "integer" }, | 1733 { "name": "workerId", "type": "integer" }, |
| 1742 { "name": "message", "type": "object" } | 1734 { "name": "message", "type": "object" } |
| 1743 ] | 1735 ] |
| 1744 } | 1736 } |
| 1745 ] | 1737 ] |
| 1746 } | 1738 } |
| 1747 ] | 1739 ] |
| OLD | NEW |