Factory

interface Factory : ProxyInstantiable

Abort Controller - Factory

Models the structure expected/provided for constructors and static factories of an AbortController.

AbortController on MDN

Inheritors

Functions

Link copied to clipboard
abstract fun newInstance(vararg arguments: Value): Any