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

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

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

WebSocket response data.

Properties

status: integer

HTTP response status code.

statusText: string

HTTP response status text.

headers: Headers

HTTP response headers.

optional
headersText: string

HTTP response headers text.

optional
requestHeaders: Headers

HTTP request headers.

optional
requestHeadersText: string

HTTP request headers text.