We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
window
1 parent 3ab8bc0 commit 5424470Copy full SHA for 5424470
packages/ai/src/ws/browser-websocket-handler.ts
@@ -21,7 +21,7 @@ import { WebSocketHandler } from './websocket-handler';
21
22
/**
23
* A WebSocketHandler implementation for the browser environment.
24
- * It uses the native `WebSocket` class available on the `window` object.
+ * It uses the native `WebSocket`.
25
* @internal
26
*/
27
export class BrowserWebSocketHandler implements WebSocketHandler {
0 commit comments