Package-level declarations

Types

Link copied to clipboard
interface Abortable
Link copied to clipboard
open class AbortController

The AbortController interface represents a controller object that allows you to abort one or more Web requests as and when desired.

Link copied to clipboard

The AbortSignal interface represents a signal object that allows you to communicate with an asynchronous operation (such as a fetch request) and abort it if required via an AbortController object.

Functions

Link copied to clipboard
fun CancellableContinuation<*>.toAbortSignal(): AbortSignal