AngularTS
    Preparing search index...

    Class WorkerProvider

    Index

    Constructors

    Properties

    Constructors

    Properties

    $get: (
        | "$exceptionHandler"
        | "$log"
        | (
            (
                log: LogService,
                exceptionHandler: ExceptionHandler,
            ) => (scriptPath: string | URL, config?: WorkerConfig) => WorkerConnection
        )
    )[] = ...