ReadableDropOptions

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

Readable Drop Options

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

Constructors

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

Properties

Link copied to clipboard

Abort signal to use for the operation.