mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08:00
add safari to interface
This commit is contained in:
parent
27d858f879
commit
b1e4c98f6d
@ -7,6 +7,7 @@ export interface PlatformUtilsService {
|
||||
isChrome(): boolean;
|
||||
isEdge(): boolean;
|
||||
isOpera(): boolean;
|
||||
isSafari(): boolean;
|
||||
analyticsId(): string;
|
||||
getDomain(uriString: string): string;
|
||||
isViewOpen(): boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user