Loom Engine - v3.1.1
    Preparing search index...

    Interface MemoryBudgetOptions

    interface MemoryBudgetOptions {
        onReport?: (report: MemoryReport) => void;
    }
    Index

    Properties

    Properties

    onReport?: (report: MemoryReport) => void