MCPcopy Create free account
hub / github.com/codecombat/codecombat / userAgent

Function userAgent

app/core/utils.js:820–820  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

818
819// So that we can stub out userAgent in tests
820const userAgent = () => window.navigator.userAgent
821
822const getDocumentSearchString = () => // moved to a separate function so it can be mocked for testing
823 document.location.search

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected