1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

add vivaldi to interface

This commit is contained in:
Kyle Spearrin
2018-01-17 13:38:44 -05:00
parent 229c632c4f
commit 332a3b87c8

View File

@@ -7,6 +7,7 @@ export interface PlatformUtilsService {
isChrome(): boolean;
isEdge(): boolean;
isOpera(): boolean;
isVivaldi(): boolean;
isSafari(): boolean;
analyticsId(): string;
getDomain(uriString: string): string;