Construct a RecursiveResolver
a resolver to delegate resolution to
Private
_resolvera resolver to delegate resolution to
Private
_tryResolve a URI to a wrap package, a wrapper, or a URI. If the URI resolves to a new URI, attempt to resolve thew new URI.
the URI to resolve
a CoreClient instance that may be used to invoke a wrapper that implements the UriResolver interface
the current URI resolution context
A Promise with a Result containing either a wrap package, a wrapper, or a URI if successful
Static
fromCreate a RecursiveResolver from a resolver-like object
a resolver-like item to delegate resolution to
a RecursiveResolver
Generated using TypeDoc
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.