DebugRegistry | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface DebugRegistry

    interface DebugRegistry {
        codeContexts?: { [key: string]: WeakRef<CodeContext> };
        workerPools?: { [key: string]: WeakRef<WorkerPool> };
    }
    Index

    Properties

    codeContexts?: { [key: string]: WeakRef<CodeContext> }
    workerPools?: { [key: string]: WeakRef<WorkerPool> }