Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

The next-gen web framework.
Extremely Popular
Go to Latest
method Page.prototype.viewport
Re-export
import { Page } from "https://deno.land/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.