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

    Properties

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