Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Page.GetLayoutMetricsResponse
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { GetLayoutMetricsResponse } = Protocol.Page;

Properties

layoutViewport: LayoutViewport

Metrics relating to the layout viewport.

visualViewport: VisualViewport

Metrics relating to the visual viewport.

contentSize: DOM.Rect

Size of scrollable area.