Skip to content

Commit

Permalink
Merge 8c7a241 into 4b5a82e
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe committed Jan 19, 2024
2 parents 4b5a82e + 8c7a241 commit f599c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/util/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export function isNodeSdk(): boolean {
export function isSafari(): boolean {
return (
!isNode() &&
!!navigator.userAgent &&
navigator.userAgent.includes('Safari') &&
!navigator.userAgent.includes('Chrome')
);
Expand Down

0 comments on commit f599c70

Please sign in to comment.