kubernetes/third_party/ui/bower_components/modernizr/feature-detects/performance.js
2015-04-13 16:55:01 -07:00

5 lines
276 B
JavaScript

// 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));