Add chromium to browser flag interface

pull/207/merge
Ville Kentta 6 years ago committed by Denis Demchenko
parent f51676da56
commit 1975a501f3

1
typings.d.ts vendored

@ -31,6 +31,7 @@ declare namespace bowser {
export interface IBowserVersions {
chrome: boolean;
chromium: boolean;
firefox: boolean;
msie: boolean;
msedge: boolean;

Loading…
Cancel
Save