summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/feature-detects/performance.js
blob: 903c5c93ac22ceb9f2b2d9dfb259d6f599bd3cd3 (plain)
1
2
3
4
5
// Navigation Timing (Performance)
// https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/
// http://www.html5rocks.com/en/tutorials/webperformance/basics/
// By Scott Murphy (uxder)
Modernizr.addTest('performance', !!Modernizr.prefixed('performance', window));