mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
ie fixes
This commit is contained in:
@@ -10,6 +10,7 @@ export abstract class PlatformUtilsService {
|
||||
isOpera: () => boolean;
|
||||
isVivaldi: () => boolean;
|
||||
isSafari: () => boolean;
|
||||
isIE: () => boolean;
|
||||
isMacAppStore: () => boolean;
|
||||
analyticsId: () => string;
|
||||
getDomain: (uriString: string) => string;
|
||||
|
||||
Reference in New Issue
Block a user