import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { Bounds } = Protocol.Browser;
Browser window bounds information
Properties
optional
left: integerThe offset from the left edge of the screen to the window in pixels.
optional
top: integerThe offset from the top edge of the screen to the window in pixels.
optional
width: integerThe window width in pixels.
optional
height: integerThe window height in pixels.
optional
windowState: WindowStateThe window state. Default to normal.