An IUriResolver implementation that makes the URI resolution process recursive. It allows the resolution process to restart when URI redirects are encountered. The RecursiveResolver wraps one or more resolvers and delegates resolution to them.

Type Parameters

  • TError = undefined

Hierarchy

  • RecursiveResolver

Implements

Constructors

Properties

_resolver: IUriResolver<TError>

a resolver to delegate resolution to

Methods

Generated using TypeDoc