FinishedOptions

sealed external interface FinishedOptions : _FinishedOptions(source)

Properties

Link copied to clipboard
abstract var cleanup: Boolean?

If true, removes the listeners registered by this function before the promise is fulfilled.

Link copied to clipboard
abstract var error: Boolean?
Link copied to clipboard
abstract var readable: Boolean?
Link copied to clipboard
abstract var writable: Boolean?