1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +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;
isEdge(): boolean;
isOpera(): boolean;
isSafari(): boolean;
analyticsId(): string;
getDomain(uriString: string): string;
isViewOpen(): boolean;