| 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.clearMarks [function] |
| 5 window.performance.clearMeasures [function] |
| 6 window.performance.getEntries [function] |
| 7 window.performance.getEntriesByName [function] |
| 8 window.performance.getEntriesByType [function] |
| 9 window.performance.mark [function] |
| 10 window.performance.measure [function] |
| 4 window.performance.memory [object MemoryInfo] | 11 window.performance.memory [object MemoryInfo] |
| 5 window.performance.memory.jsHeapSizeLimit [number] | 12 window.performance.memory.jsHeapSizeLimit [number] |
| 6 window.performance.memory.totalJSHeapSize [number] | 13 window.performance.memory.totalJSHeapSize [number] |
| 7 window.performance.memory.usedJSHeapSize [number] | 14 window.performance.memory.usedJSHeapSize [number] |
| 8 window.performance.navigation [object PerformanceNavigation] | 15 window.performance.navigation [object PerformanceNavigation] |
| 9 window.performance.navigation.TYPE_BACK_FORWARD [number] | 16 window.performance.navigation.TYPE_BACK_FORWARD [number] |
| 10 window.performance.navigation.TYPE_NAVIGATE [number] | 17 window.performance.navigation.TYPE_NAVIGATE [number] |
| 11 window.performance.navigation.TYPE_RELOAD [number] | 18 window.performance.navigation.TYPE_RELOAD [number] |
| 12 window.performance.navigation.TYPE_RESERVED [number] | 19 window.performance.navigation.TYPE_RESERVED [number] |
| 13 window.performance.navigation.redirectCount [number] | 20 window.performance.navigation.redirectCount [number] |
| (...skipping 28 matching lines...) Expand all Loading... |
| 42 window.performance.webkitGetEntries [function] | 49 window.performance.webkitGetEntries [function] |
| 43 window.performance.webkitGetEntriesByName [function] | 50 window.performance.webkitGetEntriesByName [function] |
| 44 window.performance.webkitGetEntriesByType [function] | 51 window.performance.webkitGetEntriesByType [function] |
| 45 window.performance.webkitMark [function] | 52 window.performance.webkitMark [function] |
| 46 window.performance.webkitMeasure [function] | 53 window.performance.webkitMeasure [function] |
| 47 window.performance.webkitSetResourceTimingBufferSize [function] | 54 window.performance.webkitSetResourceTimingBufferSize [function] |
| 48 window.performance.timing [printed above as window.performance.timing] | 55 window.performance.timing [printed above as window.performance.timing] |
| 49 window.performance.navigation [printed above as window.performance.navigation] | 56 window.performance.navigation [printed above as window.performance.navigation] |
| 50 window.performance [string] | 57 window.performance [string] |
| 51 | 58 |
| OLD | NEW |