Configuration for the RefRegistry.

1.2.0

interface RefRegistryConfig {
    enableLeakDetection?: boolean;
}

Properties

enableLeakDetection?: boolean

Enable FinalizationRegistry-based leak detection. Falls back to disabled if the runtime doesn't support it.

true