| OLD | NEW |
| 1 CONSOLE WARNING: line 1: 'Performance.onwebkitresourcetimingbufferfull' is depre
cated. Please 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.clearLongTaskTimings [function] | |
| 8 window.performance.clearMarks [function] | 7 window.performance.clearMarks [function] |
| 9 window.performance.clearMeasures [function] | 8 window.performance.clearMeasures [function] |
| 10 window.performance.clearResourceTimings [function] | 9 window.performance.clearResourceTimings [function] |
| 11 window.performance.dispatchEvent [function] | 10 window.performance.dispatchEvent [function] |
| 12 window.performance.getEntries [function] | 11 window.performance.getEntries [function] |
| 13 window.performance.getEntriesByName [function] | 12 window.performance.getEntriesByName [function] |
| 14 window.performance.getEntriesByType [function] | 13 window.performance.getEntriesByType [function] |
| 15 window.performance.mark [function] | 14 window.performance.mark [function] |
| 16 window.performance.measure [function] | 15 window.performance.measure [function] |
| 17 window.performance.memory [object MemoryInfo] | 16 window.performance.memory [object MemoryInfo] |
| 18 window.performance.memory.jsHeapSizeLimit [number] | 17 window.performance.memory.jsHeapSizeLimit [number] |
| 19 window.performance.memory.totalJSHeapSize [number] | 18 window.performance.memory.totalJSHeapSize [number] |
| 20 window.performance.memory.usedJSHeapSize [number] | 19 window.performance.memory.usedJSHeapSize [number] |
| 21 window.performance.navigation [object PerformanceNavigation] | 20 window.performance.navigation [object PerformanceNavigation] |
| 22 window.performance.navigation.TYPE_BACK_FORWARD [number] | 21 window.performance.navigation.TYPE_BACK_FORWARD [number] |
| 23 window.performance.navigation.TYPE_NAVIGATE [number] | 22 window.performance.navigation.TYPE_NAVIGATE [number] |
| 24 window.performance.navigation.TYPE_RELOAD [number] | 23 window.performance.navigation.TYPE_RELOAD [number] |
| 25 window.performance.navigation.TYPE_RESERVED [number] | 24 window.performance.navigation.TYPE_RESERVED [number] |
| 26 window.performance.navigation.redirectCount [number] | 25 window.performance.navigation.redirectCount [number] |
| 27 window.performance.navigation.type [number] | 26 window.performance.navigation.type [number] |
| 28 window.performance.now [function] | 27 window.performance.now [function] |
| 29 window.performance.onframetimingbufferfull [null] | 28 window.performance.onframetimingbufferfull [null] |
| 30 window.performance.onlongtasktimingbufferfull [null] | |
| 31 window.performance.onresourcetimingbufferfull [null] | 29 window.performance.onresourcetimingbufferfull [null] |
| 32 window.performance.onwebkitresourcetimingbufferfull [null] | 30 window.performance.onwebkitresourcetimingbufferfull [null] |
| 33 window.performance.removeEventListener [function] | 31 window.performance.removeEventListener [function] |
| 34 window.performance.setFrameTimingBufferSize [function] | 32 window.performance.setFrameTimingBufferSize [function] |
| 35 window.performance.setLongTaskTimingBufferSize [function] | |
| 36 window.performance.setResourceTimingBufferSize [function] | 33 window.performance.setResourceTimingBufferSize [function] |
| 37 window.performance.timing [object PerformanceTiming] | 34 window.performance.timing [object PerformanceTiming] |
| 38 window.performance.timing.connectEnd [number] | 35 window.performance.timing.connectEnd [number] |
| 39 window.performance.timing.connectStart [number] | 36 window.performance.timing.connectStart [number] |
| 40 window.performance.timing.domComplete [number] | 37 window.performance.timing.domComplete [number] |
| 41 window.performance.timing.domContentLoadedEventEnd [number] | 38 window.performance.timing.domContentLoadedEventEnd [number] |
| 42 window.performance.timing.domContentLoadedEventStart [number] | 39 window.performance.timing.domContentLoadedEventStart [number] |
| 43 window.performance.timing.domInteractive [number] | 40 window.performance.timing.domInteractive [number] |
| 44 window.performance.timing.domLoading [number] | 41 window.performance.timing.domLoading [number] |
| 45 window.performance.timing.domainLookupEnd [number] | 42 window.performance.timing.domainLookupEnd [number] |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 jsonizedTiming.unloadEventEnd [number] | 80 jsonizedTiming.unloadEventEnd [number] |
| 84 jsonizedTiming.unloadEventStart [number] | 81 jsonizedTiming.unloadEventStart [number] |
| 85 jsonizedEntry [object Object] | 82 jsonizedEntry [object Object] |
| 86 jsonizedEntry.duration [number] | 83 jsonizedEntry.duration [number] |
| 87 jsonizedEntry.entryType [string] | 84 jsonizedEntry.entryType [string] |
| 88 jsonizedEntry.name [string] | 85 jsonizedEntry.name [string] |
| 89 jsonizedEntry.startTime [number] | 86 jsonizedEntry.startTime [number] |
| 90 window.performance.navigation [printed above as window.performance.navigation] | 87 window.performance.navigation [printed above as window.performance.navigation] |
| 91 window.performance [string] | 88 window.performance [string] |
| 92 | 89 |
| OLD | NEW |