| OLD | NEW |
| 1 This test dumps all of the properties that are reachable from the window.perform
ance object, along with their types. | 1 This test dumps all of the properties that are reachable from the window.perform
ance object, along with their types. |
| 2 | 2 |
| 3 window.performance [object Performance] | 3 window.performance [object Performance] |
| 4 window.performance.addEventListener [function] |
| 4 window.performance.clearMarks [function] | 5 window.performance.clearMarks [function] |
| 5 window.performance.clearMeasures [function] | 6 window.performance.clearMeasures [function] |
| 7 window.performance.dispatchEvent [function] |
| 6 window.performance.getEntries [function] | 8 window.performance.getEntries [function] |
| 7 window.performance.getEntriesByName [function] | 9 window.performance.getEntriesByName [function] |
| 8 window.performance.getEntriesByType [function] | 10 window.performance.getEntriesByType [function] |
| 9 window.performance.mark [function] | 11 window.performance.mark [function] |
| 10 window.performance.measure [function] | 12 window.performance.measure [function] |
| 11 window.performance.memory [object MemoryInfo] | 13 window.performance.memory [object MemoryInfo] |
| 12 window.performance.memory.jsHeapSizeLimit [number] | 14 window.performance.memory.jsHeapSizeLimit [number] |
| 13 window.performance.memory.totalJSHeapSize [number] | 15 window.performance.memory.totalJSHeapSize [number] |
| 14 window.performance.memory.usedJSHeapSize [number] | 16 window.performance.memory.usedJSHeapSize [number] |
| 15 window.performance.navigation [object PerformanceNavigation] | 17 window.performance.navigation [object PerformanceNavigation] |
| 16 window.performance.navigation.TYPE_BACK_FORWARD [number] | 18 window.performance.navigation.TYPE_BACK_FORWARD [number] |
| 17 window.performance.navigation.TYPE_NAVIGATE [number] | 19 window.performance.navigation.TYPE_NAVIGATE [number] |
| 18 window.performance.navigation.TYPE_RELOAD [number] | 20 window.performance.navigation.TYPE_RELOAD [number] |
| 19 window.performance.navigation.TYPE_RESERVED [number] | 21 window.performance.navigation.TYPE_RESERVED [number] |
| 20 window.performance.navigation.redirectCount [number] | 22 window.performance.navigation.redirectCount [number] |
| 21 window.performance.navigation.type [number] | 23 window.performance.navigation.type [number] |
| 22 window.performance.now [function] | 24 window.performance.now [function] |
| 23 window.performance.onwebkitresourcetimingbufferfull [null] | 25 window.performance.onwebkitresourcetimingbufferfull [null] |
| 26 window.performance.removeEventListener [function] |
| 24 window.performance.timing [object PerformanceTiming] | 27 window.performance.timing [object PerformanceTiming] |
| 25 window.performance.timing.connectEnd [number] | 28 window.performance.timing.connectEnd [number] |
| 26 window.performance.timing.connectStart [number] | 29 window.performance.timing.connectStart [number] |
| 27 window.performance.timing.domComplete [number] | 30 window.performance.timing.domComplete [number] |
| 28 window.performance.timing.domContentLoadedEventEnd [number] | 31 window.performance.timing.domContentLoadedEventEnd [number] |
| 29 window.performance.timing.domContentLoadedEventStart [number] | 32 window.performance.timing.domContentLoadedEventStart [number] |
| 30 window.performance.timing.domInteractive [number] | 33 window.performance.timing.domInteractive [number] |
| 31 window.performance.timing.domLoading [number] | 34 window.performance.timing.domLoading [number] |
| 32 window.performance.timing.domainLookupEnd [number] | 35 window.performance.timing.domainLookupEnd [number] |
| 33 window.performance.timing.domainLookupStart [number] | 36 window.performance.timing.domainLookupStart [number] |
| (...skipping 15 matching lines...) Expand all Loading... |
| 49 window.performance.webkitGetEntries [function] | 52 window.performance.webkitGetEntries [function] |
| 50 window.performance.webkitGetEntriesByName [function] | 53 window.performance.webkitGetEntriesByName [function] |
| 51 window.performance.webkitGetEntriesByType [function] | 54 window.performance.webkitGetEntriesByType [function] |
| 52 window.performance.webkitMark [function] | 55 window.performance.webkitMark [function] |
| 53 window.performance.webkitMeasure [function] | 56 window.performance.webkitMeasure [function] |
| 54 window.performance.webkitSetResourceTimingBufferSize [function] | 57 window.performance.webkitSetResourceTimingBufferSize [function] |
| 55 window.performance.timing [printed above as window.performance.timing] | 58 window.performance.timing [printed above as window.performance.timing] |
| 56 window.performance.navigation [printed above as window.performance.navigation] | 59 window.performance.navigation [printed above as window.performance.navigation] |
| 57 window.performance [string] | 60 window.performance [string] |
| 58 | 61 |
| OLD | NEW |