import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { AuthRequiredEvent } = Protocol.Fetch;
Issued when the domain is enabled with handleAuthRequests set to true. The request is paused until client responds with continueWithAuth.