| OLD | NEW |
| 1 CONSOLE WARNING: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. P
lease use 'Performance.onresourcetimingbufferfull' instead. | 1 CONSOLE WARNING: line 1: 'Performance.onwebkitresourcetimingbufferfull' is depre
cated. Please use 'Performance.onresourcetimingbufferfull' instead. |
| 2 This test dumps all of the properties that are reachable from the window.perform
ance object, along with their types. | 2 This test dumps all of the properties that are reachable from the window.perform
ance object, along with their types. |
| 3 | 3 |
| 4 window.performance [object Performance] | 4 window.performance [object Performance] |
| 5 window.performance.addEventListener [function] | 5 window.performance.addEventListener [function] |
| 6 window.performance.clearFrameTimings [function] | 6 window.performance.clearFrameTimings [function] |
| 7 window.performance.clearMarks [function] | 7 window.performance.clearMarks [function] |
| 8 window.performance.clearMeasures [function] | 8 window.performance.clearMeasures [function] |
| 9 window.performance.clearResourceTimings [function] | 9 window.performance.clearResourceTimings [function] |
| 10 window.performance.dispatchEvent [function] | 10 window.performance.dispatchEvent [function] |
| 11 window.performance.getEntries [function] | 11 window.performance.getEntries [function] |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 jsonizedTiming.unloadEventEnd [number] | 80 jsonizedTiming.unloadEventEnd [number] |
| 81 jsonizedTiming.unloadEventStart [number] | 81 jsonizedTiming.unloadEventStart [number] |
| 82 jsonizedEntry [object Object] | 82 jsonizedEntry [object Object] |
| 83 jsonizedEntry.duration [number] | 83 jsonizedEntry.duration [number] |
| 84 jsonizedEntry.entryType [string] | 84 jsonizedEntry.entryType [string] |
| 85 jsonizedEntry.name [string] | 85 jsonizedEntry.name [string] |
| 86 jsonizedEntry.startTime [number] | 86 jsonizedEntry.startTime [number] |
| 87 window.performance.navigation [printed above as window.performance.navigation] | 87 window.performance.navigation [printed above as window.performance.navigation] |
| 88 window.performance [string] | 88 window.performance [string] |
| 89 | 89 |
| OLD | NEW |