SubscriptionObserver

Properties

Link copied to clipboard
abstract val complete: VoidFunction?

Receives a completion notification

Link copied to clipboard
abstract val error: (error: JsError) -> Unit?

Receives the sequence error

Link copied to clipboard
abstract val next: (value: T) -> Unit?

Receives the next value in the sequence