Skip to main content
Module

x/astral/bindings/celestial.ts>Page_DialogType

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Page_DialogType
import { type Page_DialogType } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Javascript dialog type.

definition:
| "alert"
| "confirm"
| "prompt"
| "beforeunload"