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.
1 parent 2b2ac1c commit ea74a5dCopy full SHA for ea74a5d
packages/cubejs-client-ws-transport/index.d.ts
packages/cubejs-client-ws-transport/package.json
@@ -26,7 +26,6 @@
26
"ws": "^7.3.1"
27
},
28
"files": [
29
- "src",
30
"dist"
31
],
32
"license": "MIT",
packages/cubejs-client-ws-transport/src/index.ts
@@ -1,15 +1,6 @@
1
import WebSocket from 'isomorphic-ws';
2
import type { ITransport, ITransportResponse } from '@cubejs-client/core';
3
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
-
13
class WebSocketTransportResult {
14
protected readonly status: unknown;
15
0 commit comments