Closed tedpennings closed 5 years ago
This code predates the window.performance API, so it makes sense to remove it given that the window.performance API has broad adoption.
window.performance
The chrome.loadTimes() code produces console warnings for most Chrome users, since it's deprecated; this PR eliminates that.
chrome.loadTimes()
nvm forgot i can just merge from the PR
This code predates the
window.performance
API, so it makes sense to remove it given that thewindow.performance
API has broad adoption.The
chrome.loadTimes()
code produces console warnings for most Chrome users, since it's deprecated; this PR eliminates that.