We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8c5bb commit d754496Copy full SHA for d754496
worker/client-channel.js
@@ -24,7 +24,7 @@ const INTERNAL_PATHS = {
24
}
25
26
27
-const isSafari = self.navigator.userAgent.toLowerCase().includes('safari');
+const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
28
29
30
// key : value
0 commit comments