import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ReceivedMessageFromTargetEvent } = Protocol.Target;
Notifies about a new protocol message received from the session (as reported in
attachedToTarget
event).