webtau API
    Preparing search index...

    Interface AssetLoaderOptions

    interface AssetLoaderOptions {
        fetchImpl?: (input: string, init?: RequestInit) => Promise<Response>;
        imageFactory?: () => HTMLImageElement;
    }
    Index

    Properties

    fetchImpl?: (input: string, init?: RequestInit) => Promise<Response>
    imageFactory?: () => HTMLImageElement