-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation of chrome.loadtimes() #38
Comments
Chrome 64 is out, meaning that everyone using this extension starts seeing deprecation warnings in the console. |
@rauchg I'm gathering Reporting endpoint from ReportingObserver on my service, and I got tons of DeprecationReport caused by this issue. fixing are welcome ! |
Let's fix! |
Fixing for Deprecation of chrome.loadtimes. `document.addEventListener("DOMContentLoaded", ready); chrome.runtime.onMessage.addListener(function (res, sender, sendResponse) { |
The API this extension is built upon is being deprecated starting Chrome 64.
A rewrite is needed to use
nextHopProtocol
of Resource Timing Level 2 API.The text was updated successfully, but these errors were encountered: