ArrowSubscription
Defined in: js-xbbg/src/index.ts:791
Implements
Section titled “Implements”AsyncIterator<Table>AsyncIterable<Table>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ArrowSubscription(
_inner):ArrowSubscription
Defined in: js-xbbg/src/index.ts:792
Parameters
Section titled “Parameters”_inner
Section titled “_inner”NativeSubscription
Returns
Section titled “Returns”ArrowSubscription
Methods
Section titled “Methods”[asyncIterator]()
Section titled “[asyncIterator]()”[asyncIterator]():
this
Defined in: js-xbbg/src/index.ts:815
Returns
Section titled “Returns”this
Implementation of
Section titled “Implementation of”AsyncIterable.[asyncIterator]
next()
Section titled “next()”next():
Promise<IteratorResult<Table<any>,any>>
Defined in: js-xbbg/src/index.ts:794
Returns
Section titled “Returns”Promise<IteratorResult<Table<any>, any>>
Implementation of
Section titled “Implementation of”AsyncIterator.next
unsubscribe()
Section titled “unsubscribe()”unsubscribe(
drain?):Promise<Table<any>[]>
Defined in: js-xbbg/src/index.ts:806
Parameters
Section titled “Parameters”drain?
Section titled “drain?”boolean = false
Returns
Section titled “Returns”Promise<Table<any>[]>