OLD | NEW |
1 CONSOLE MESSAGE: line 7: Script evaluated | |
2 Tests the Timeline API instrumentation of a network resource load | 1 Tests the Timeline API instrumentation of a network resource load |
3 | 2 |
4 Script resource loaded | 3 Script resource loaded |
5 | 4 |
6 ResourceSendRequest Properties: | 5 ResourceSendRequest Properties: |
7 { | 6 { |
8 data : { | 7 data : { |
9 requestId : <string> | 8 requestId : <string> |
10 requestMethod : "GET" | 9 requestMethod : "GET" |
11 url : .../inspector/timeline/timeline-network-resource.js | 10 url : .../inspector/timeline/timeline-network-resource.js |
(...skipping 19 matching lines...) Expand all Loading... |
31 { | 30 { |
32 data : { | 31 data : { |
33 didFail : false | 32 didFail : false |
34 networkTime : <number> | 33 networkTime : <number> |
35 requestId : <string> | 34 requestId : <string> |
36 } | 35 } |
37 startTime : <number> | 36 startTime : <number> |
38 type : "ResourceFinish" | 37 type : "ResourceFinish" |
39 } | 38 } |
40 | 39 |
OLD | NEW |