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

add safari to interface

This commit is contained in:
Kyle Spearrin
2018-01-11 15:34:51 -05:00
parent 27d858f879
commit b1e4c98f6d

View File

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