]> git.saurik.com Git - apple/javascriptcore.git/blob - inspector/scripts/tests/domains-with-varying-command-sizes.json
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / inspector / scripts / tests / domains-with-varying-command-sizes.json
1 [
2 {
3 "domain": "Network1",
4 "commands": [
5 {
6 "name": "loadResource1",
7 "description": "Loads a resource in the context of a frame on the inspected page without cross origin checks."
8 }
9 ]
10 },
11 {
12 "domain": "Network2",
13 "types": [
14 {
15 "id": "LoaderId",
16 "type": "string",
17 "description": "Unique loader identifier."
18 }
19 ]
20 },
21 {
22 "domain": "Network3",
23 "commands": [
24 {
25 "name": "loadResource1",
26 "description": "Loads a resource in the context of a frame on the inspected page without cross origin checks."
27 },
28 {
29 "name": "loadResource2",
30 "description": "Loads a resource in the context of a frame on the inspected page without cross origin checks."
31 },
32 {
33 "name": "loadResource3",
34 "description": "Loads a resource in the context of a frame on the inspected page without cross origin checks."
35 },
36 {
37 "name": "loadResource4",
38 "description": "Loads a resource in the context of a frame on the inspected page without cross origin checks."
39 },
40 {
41 "name": "loadResource5",
42 "description": "Loads a resource in the context of a frame on the inspected page without cross origin checks."
43 },
44 {
45 "name": "loadResource6",
46 "description": "Loads a resource in the context of a frame on the inspected page without cross origin checks."
47 },
48 {
49 "name": "loadResource7",
50 "description": "Loads a resource in the context of a frame on the inspected page without cross origin checks."
51 }
52 ]
53 }
54 ]