kaios-types
    Preparing search index...

    Interface BrowserElementDownloadOptions

    Options for downloading a file.

    interface BrowserElementDownloadOptions {
        filename?: string;
        referrer?: string;
    }
    Index

    Properties

    Properties

    filename?: string

    Suggested filename for the download.

    referrer?: string

    Referrer URL for the download.