MCPcopy Index your code
hub / github.com/angular/angular / isSafari

Function isSafari

packages/zone.js/test/test-util.ts:122–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122export function isSafari() {
123 const userAgent = navigator.userAgent.toLowerCase();
124 if (userAgent.indexOf('safari') != -1) {
125 return true;
126 }
127 return false;
128}
129
130export function isPhantomJS() {
131 if (isNode) {

Callers 3

Error.spec.tsFile · 0.90
fetch.spec.tsFile · 0.90

Calls 1

indexOfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…