File tree Expand file tree Collapse file tree 4 files changed +3
-94
lines changed
packages/cubejs-client-ws-transport Expand file tree Collapse file tree 4 files changed +3
-94
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2626 "ws" : " ^7.3.1"
2727 },
2828 "files" : [
29- " src" ,
3029 " dist"
3130 ],
3231 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11import WebSocket from 'isomorphic-ws' ;
22import type { ITransport , ITransportResponse } from '@cubejs-client/core' ;
33
4- /**
5- * @title @cubejs -client/ws-transport
6- * @permalink /@cubejs -client-ws-transport
7- * @menuCategory Cube.js Frontend
8- * @subcategory Reference
9- * @menuOrder 4
10- * @description WebSocket transport for Cube.js client
11- */
12-
134class WebSocketTransportResult {
145 protected readonly status : unknown ;
156
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.base.json" ,
33 "references" : [
4+ {
5+ "path" : " packages/cubejs-client-ws-transport"
6+ },
47 {
58 "path" : " packages/cubejs-backend-shared"
69 },
You can’t perform that action at this time.
0 commit comments