OLD | NEW |
1 Tests the load event. | 1 Tests the load event. |
2 | 2 |
3 Page reloaded. | 3 Page reloaded. |
4 Model records: | 4 Model records: |
5 MarkDOMContent Properties: | 5 MarkDOMContent Properties: |
6 { | 6 { |
7 counters : <object> | 7 counters : <object> |
8 data : { | 8 data : { |
9 isMainFrame : true | 9 isMainFrame : true |
10 } | 10 } |
11 frameId : <string> | 11 frameId : <string> |
12 startTime : <number> | 12 startTime : <number> |
13 type : "MarkDOMContent" | 13 type : "MarkDOMContent" |
14 usedHeapSize : <number> | |
15 } | 14 } |
16 MarkLoad Properties: | 15 MarkLoad Properties: |
17 { | 16 { |
18 counters : <object> | 17 counters : <object> |
19 data : { | 18 data : { |
20 isMainFrame : true | 19 isMainFrame : true |
21 } | 20 } |
22 frameId : <string> | 21 frameId : <string> |
23 startTime : <number> | 22 startTime : <number> |
24 type : "MarkLoad" | 23 type : "MarkLoad" |
25 usedHeapSize : <number> | |
26 } | 24 } |
27 Timestamp records: | 25 Timestamp records: |
28 MarkDOMContent Properties: | 26 MarkDOMContent Properties: |
29 { | 27 { |
30 counters : <object> | 28 counters : <object> |
31 data : { | 29 data : { |
32 isMainFrame : true | 30 isMainFrame : true |
33 } | 31 } |
34 frameId : <string> | 32 frameId : <string> |
35 startTime : <number> | 33 startTime : <number> |
36 type : "MarkDOMContent" | 34 type : "MarkDOMContent" |
37 usedHeapSize : <number> | |
38 } | 35 } |
39 MarkLoad Properties: | 36 MarkLoad Properties: |
40 { | 37 { |
41 counters : <object> | 38 counters : <object> |
42 data : { | 39 data : { |
43 isMainFrame : true | 40 isMainFrame : true |
44 } | 41 } |
45 frameId : <string> | 42 frameId : <string> |
46 startTime : <number> | 43 startTime : <number> |
47 type : "MarkLoad" | 44 type : "MarkLoad" |
48 usedHeapSize : <number> | |
49 } | 45 } |
50 | 46 |
OLD | NEW |