MCPcopy
hub / github.com/PostHog/posthog / handler

Function handler

frontend/src/lib/components/FullScreen.tsx:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 const handler = (): void => {
13 if (window.document.fullscreenElement === null) {
14 onExit?.()
15 }
16 }
17
18 try {
19 window.document.body.requestFullscreen().then(() => {

Callers 1

mocksToHandlersFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…