MCPcopy
hub / github.com/MALSync/MALSync / Window

Interface Window

globals.d.ts:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 };
28
29 interface Window {
30 /**
31 * @deprecated
32 * @see @link https://developer.mozilla.org/en-US/docs/Web/API/Window/fullScreen
33 */
34 fullScreen: boolean;
35 }
36
37 interface Document {
38 webkitIsFullScreen: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected