Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Network.WebSocketCreatedEvent

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Network.WebSocketCreatedEvent
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { WebSocketCreatedEvent } = Protocol.Network;

Fired upon WebSocket creation.

Properties

requestId: RequestId

Request identifier.

url: string

WebSocket request URL.

optional
initiator: Initiator

Request initiator.