MCPcopy Index your code
hub / github.com/UI5/webcomponents / isFirefox

Function isFirefox

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

Source from the content-addressed store, hash-verified

163const isSafari = (): boolean => internals.safari;
164const isChrome = (): boolean => internals.chrome;
165const isFirefox = (): boolean => internals.firefox;
166
167const isTablet = (): boolean => {
168 detectTablet();

Callers 2

_handleInsertPasteMethod · 0.85
CardHeaderTemplateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected