You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking through the code when I came across a part in audit.js. const VALID_BROWSERS = ['Chrome', 'Chromium', 'Canary'];
Here is the code URL.
Because you state that only Chrome and Chromium are valid browsers, is there any way to generate reports in other browsers such as Firefox or Webkit?
The text was updated successfully, but these errors were encountered:
I was looking through the code when I came across a part in audit.js.
const VALID_BROWSERS = ['Chrome', 'Chromium', 'Canary'];
Here is the code URL.
Because you state that only Chrome and Chromium are valid browsers, is there any way to generate reports in other browsers such as Firefox or Webkit?
The text was updated successfully, but these errors were encountered: