WeakRef

open class WeakRef<T : ERROR CLASS: Symbol not found for JsAny>(target: T)(source)

MDN Reference

Constructors

Link copied to clipboard
constructor(target: T)

Functions

Link copied to clipboard
fun deref(): T?

Returns the WeakRef instance's target object, or undefined if the target object has been reclaimed.