MCPcopy Create free account
hub / github.com/UI5/webcomponents / isSafari

Function isSafari

packages/base/src/Device.ts:163–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161
162const supportsTouch = (): boolean => internals.touch;
163const isSafari = (): boolean => internals.safari;
164const isChrome = (): boolean => internals.chrome;
165const isFirefox = (): boolean => internals.firefox;
166

Callers 5

_onclickMethod · 0.85
_onclickMethod · 0.85
SwitchTemplateFunction · 0.85
fixSafariActiveStateFunction · 0.85
findFocusableElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…