type alias Protocol.Browser.WindowStateimport { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts"; const { WindowState } = Protocol.Browser; The state of the browser window. definition: ( | "normal" | "minimized" | "maximized" | "fullscreen")