addyosmani / timing.js

Navigation Timing API measurement helpers
1.5k stars 114 forks source link

Negative Times #28

Open kelunik opened 8 years ago

kelunik commented 8 years ago

times.domReadyTime and times.loadTime are currently negative if these events didn't fire yet. They should probably be null instead.