function resumeWebSocketResponse<TOffset>(options): Response;Defined in: packages/ai/src/stream-to-websocket.ts:410
Cloudflare wrapper (Workers/Durable Objects): creates a WebSocketPair, accepts the server socket, delegates to resumeWebSocketStream, and returns the 101 upgrade Response carrying the client socket. Throws when the runtime has no WebSocketPair (Node, Deno, Bun) — upgrade the socket yourself and call resumeWebSocketStream directly there.
TOffset extends string = string
StreamDurability<TOffset>
number
Response
resumeWebSocketResponse({ adapter: memoryStream(request) })