Umi — API References - v1.3.0
    Preparing search index...

    Type Alias DownloaderOptions

    Defines the options that can be passed when downloading files. *

    type DownloaderOptions = {
        signal?: GenericAbortSignal;
    }
    Index

    Properties

    Properties

    An abort signal to cancel the download.