Module

x/fresh/tests/deps.ts>Page#viewport

The next-gen web framework.
Extremely Popular
Go to Latest
method Page.prototype.viewport
import { Page } from "https://dotland.deno.dev/x/fresh@1.5.2/tests/deps.ts";

Returns

Viewport | null
  • width: page's width in pixels

  • height: page's height in pixels

  • deviceScalarFactor: Specify device scale factor (can be though of as dpr). Defaults to 1.

  • isMobile: Whether the meta viewport tag is taken into account. Defaults to false.

  • hasTouch: Specifies if viewport supports touch events. Defaults to false.

  • isLandScape: Specifies if viewport is in landscape mode. Defaults to false.