Properties
index
Methods
[asyncIterator]
Returns
AsyncIterator<GraphOutputStreamResponse<any>>
next
Returns
Promise<GraphOutputStreamResponse<any>>
A promise that resolves to the response from the node
setOnFinished
Parameters
| Name | Type | Description |
|---|---|---|
callback | () => void | Function to call when stream ends |
Returns
void