mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-08 14:23:30 +00:00
5 lines
276 B
JavaScript
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)); |