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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 } | 62 } |
63 ] | 63 ] |
64 }, | 64 }, |
65 { | 65 { |
66 "domain": "Page", | 66 "domain": "Page", |
67 "description": "Actions and events related to the inspected page belong
to the page domain.", | 67 "description": "Actions and events related to the inspected page belong
to the page domain.", |
68 "types": [ | 68 "types": [ |
69 { | 69 { |
70 "id": "ResourceType", | 70 "id": "ResourceType", |
71 "type": "string", | 71 "type": "string", |
72 "enum": ["Document", "Stylesheet", "Image", "Font", "Script", "X
HR", "WebSocket", "Other"], | 72 "enum": ["Document", "Stylesheet", "Image", "Media", "Font", "Sc
ript", "TextTrack", "XHR", "WebSocket", "Other"], |
73 "description": "Resource type as it was perceived by the renderi
ng engine." | 73 "description": "Resource type as it was perceived by the renderi
ng engine." |
74 }, | 74 }, |
75 { | 75 { |
76 "id": "FrameId", | 76 "id": "FrameId", |
77 "type": "string", | 77 "type": "string", |
78 "description": "Unique frame identifier." | 78 "description": "Unique frame identifier." |
79 }, | 79 }, |
80 { | 80 { |
81 "id": "Frame", | 81 "id": "Frame", |
82 "type": "object", | 82 "type": "object", |
(...skipping 4035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4118 ], | 4118 ], |
4119 "handlers": ["browser", "frontend"] | 4119 "handlers": ["browser", "frontend"] |
4120 }, | 4120 }, |
4121 { | 4121 { |
4122 "name": "tracingComplete", | 4122 "name": "tracingComplete", |
4123 "handlers": ["browser", "frontend"] | 4123 "handlers": ["browser", "frontend"] |
4124 } | 4124 } |
4125 ] | 4125 ] |
4126 }] | 4126 }] |
4127 } | 4127 } |
OLD | NEW |