@nextcloud/files
    Preparing search index...

    Interface WorkerOptions

    interface WorkerOptions {
        credentials?: RequestCredentials;
        name?: string;
        type?: WorkerType;
    }
    Index

    Properties

    credentials?: RequestCredentials
    name?: string
    type?: WorkerType