Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Page_windowOpen

A high-level puppeteer/playwright-like library for Deno
Latest
interface Page_windowOpen
import { type Page_windowOpen } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Properties

url: string

The URL for the new window.

windowName: string

Window name.

windowFeatures: string[]

An array of enabled window features.

userGesture: boolean

Whether or not it was triggered by user gesture.