ReadableFromOptions

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

Readable From Options

Defines the structure of options which relate to the Readable.from static method.

Constructors

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

Properties

Link copied to clipboard

Abort signal to use for the operation.