YahooArchive / boomerang

End user oriented web performance testing and beaconing
http://lognormal.github.com/boomerang/doc/
Other
1.18k stars 447 forks source link

window.performance.domContentLoaded is undefined in Chrome & FF #35

Closed xzyfer closed 12 years ago

xzyfer commented 12 years ago

window.performance.domContentLoaded is undefined in Chrome 16 & Firefox 10. Use window.performance.domContentLoadedEventStart and window.performance.domContentLoadedEventEnd instead.

bluesmoon commented 12 years ago

nice, I'll merge this into my own copy of the code. Can someone merge it into upstream?

bluesmoon commented 12 years ago

merged into bluesmoon/master, and have requested an upstream pull.