Interface FinalizationRegistryConstructor

Hierarchy

  • FinalizationRegistryConstructor

Constructors

Properties

Constructors

  • Creates a finalization registry with an associated cleanup callback

    Type Parameters

    • T

    Parameters

    • cleanupCallback: ((heldValue) => void)

      The callback to call after an object in the registry has been reclaimed.

        • (heldValue): void
        • Parameters

          • heldValue: T

          Returns void

    Returns FinalizationRegistry<T>

Properties

prototype: FinalizationRegistry<any>