ReadableTakeOptions

data class ReadableTakeOptions(var signal: AbortSignal? = null)

Readable Take Options

Defines the structure of options which relate to the Readable.take method.

Constructors

Link copied to clipboard
constructor(signal: AbortSignal? = null)

Properties

Link copied to clipboard

Abort signal to use for the operation.