omni-compress - v2.3.1
    Preparing search index...

    Interface RouteContext

    interface RouteContext {
        env: Environment;
        isFastPath: boolean;
        shouldUseWorker: boolean;
    }
    Index

    Properties

    isFastPath: boolean
    shouldUseWorker: boolean

    If true, the task should be dispatched to a Web Worker. If false, the task can run on the main thread for lower latency (small files).