From b1e4c98f6da1c22e968c232d984fcfb5e1ccc13b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 11 Jan 2018 15:34:51 -0500 Subject: [PATCH] add safari to interface --- src/abstractions/platformUtils.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/abstractions/platformUtils.service.ts b/src/abstractions/platformUtils.service.ts index d9902c2eec..633a5cc1d4 100644 --- a/src/abstractions/platformUtils.service.ts +++ b/src/abstractions/platformUtils.service.ts @@ -7,6 +7,7 @@ export interface PlatformUtilsService { isChrome(): boolean; isEdge(): boolean; isOpera(): boolean; + isSafari(): boolean; analyticsId(): string; getDomain(uriString: string): string; isViewOpen(): boolean;