Skip to content

Commit e143303

Browse files
committed
add initializeWebSocket call to index.node.ts
1 parent 474c926 commit e143303

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/data-connect/src/index.node.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
*/
1717

1818
import { initializeFetch } from './network/rest';
19+
import { initializeWebSocket } from './network/stream/websocket';
1920
import { registerDataConnect } from './register';
2021

2122
export * from './api';
2223
export * from './api.node';
2324
initializeFetch(fetch);
25+
initializeWebSocket(WebSocket);
2426

2527
registerDataConnect('node');

0 commit comments

Comments
 (0)