withResolvingRedirects(specifier: string,customLoad?: (specifier: string) => Promise<LoadResponse | undefined>,): Promise<Exclude<LoadResponse, LoadResponseRedirect> | undefined>
specifier: string
optional
customLoad: (specifier: string) => Promise<LoadResponse | undefined> = load
Promise<Exclude<LoadResponse, LoadResponseRedirect> | undefined>