import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { WindowOpenEvent } = Protocol.Page;
Fired when a new window is going to be opened, via window.open(), link click, form submission, etc.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.Page.WindowOpenEvent
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { WindowOpenEvent } = Protocol.Page;
Fired when a new window is going to be opened, via window.open(), link click, form submission, etc.