- Preparing search index...
- The search index is not available
@niftory/sdk
Type declaration
-
- new (underlyingSource, strategy?): ReadableStream<Uint8Array>
-
Parameters
-
-
Optional
strategy: {
highWaterMark?: number;
}
-
Optional
highWaterMark?: number
- new <R>(underlyingSource, strategy?): ReadableStream<R>
-
- new <R>(underlyingSource?, strategy?): ReadableStream<R>
-
-