MCPcopy
hub / github.com/transloadit/uppy / get

Function get

packages/@uppy/utils/src/isMobileDevice.test.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6Object.defineProperty(globalThis.navigator, 'userAgent', {
7 get() {
8 return fakeUserAgent
9 },
10})
11
12function setUserAgent(userAgent: string | null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected