OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "namespace": "extension", | 3 "namespace": "extension", |
4 "types": [ | 4 "types": [ |
5 { | 5 { |
6 "id": "MessageSender", | 6 "id": "MessageSender", |
7 "type": "object", | 7 "type": "object", |
8 "description": "An object containing information about the script contex
t that sent a message or request.", | 8 "description": "An object containing information about the script contex
t that sent a message or request.", |
9 "properties": { | 9 "properties": { |
10 "tab": {"$ref": "Tab", "optional": true, "description":"This property
will <b>only</b> be present when the connection was opened from a tab or content
script."}, | 10 "tab": {"$ref": "Tab", "optional": true, "description":"This property
will <b>only</b> be present when the connection was opened from a tab or content
script."}, |
(...skipping 9155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9166 } | 9166 } |
9167 } | 9167 } |
9168 ] | 9168 ] |
9169 } | 9169 } |
9170 ] | 9170 ] |
9171 } | 9171 } |
9172 ] | 9172 ] |
9173 }, | 9173 }, |
9174 { | 9174 { |
9175 "namespace": "experimental.socket", | 9175 "namespace": "experimental.socket", |
| 9176 "nodoc": true, |
9176 "types": [ | 9177 "types": [ |
9177 { | 9178 { |
9178 "id": "SocketEvent", | 9179 "id": "SocketEvent", |
9179 "type": "object", | 9180 "type": "object", |
9180 "description": "A socket event.", | 9181 "description": "A socket event.", |
9181 "properties": { | 9182 "properties": { |
9182 "type": { | 9183 "type": { |
9183 "type": "string", | 9184 "type": "string", |
9184 "enum": ["data", "error"], | 9185 "enum": ["data", "error"], |
9185 "description": "A 'data' event represents data received on the socke
t. An 'error' event represents an error." | 9186 "description": "A 'data' event represents data received on the socke
t. An 'error' event represents an error." |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9381 "enum": ["enabled", "disabled", "forced"], | 9382 "enum": ["enabled", "disabled", "forced"], |
9382 "description": "Exposes whether the incognito mode is available
to windows. One of 'enabled', 'disabled' (user cannot browse pages in Incognito
mode), 'forced' (all pages/sessions are forced into Incognito mode)." | 9383 "description": "Exposes whether the incognito mode is available
to windows. One of 'enabled', 'disabled' (user cannot browse pages in Incognito
mode), 'forced' (all pages/sessions are forced into Incognito mode)." |
9383 } | 9384 } |
9384 ] | 9385 ] |
9385 } | 9386 } |
9386 ] | 9387 ] |
9387 } | 9388 } |
9388 ] | 9389 ] |
9389 } | 9390 } |
9390 ] | 9391 ] |
OLD | NEW |