You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
276 B
5 lines
276 B
// 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));
|