Skip to main content
Version: Next

Viewport.width property

The page width in pixels.

Signature:

interface Viewport {
width: number;
}