Theia API Documentation v1.68.0
    Preparing search index...
    interface DownloadOptions {
        download: (
            requestInfo: string | RequestOptions,
        ) => Promise<Buffer<ArrayBufferLike>>;
        remotePlatform: RemotePlatform;
        theiaVersion: string;
    }
    Index

    Properties

    download: (
        requestInfo: string | RequestOptions,
    ) => Promise<Buffer<ArrayBufferLike>>
    remotePlatform: RemotePlatform
    theiaVersion: string