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