Skip to main content

LocalResolver Class

Resolves URLs by providing fake URLs which succeed with the other related local classes.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/local-driver/legacy.

For more information about our API support guarantees, see here.

Signature

export declare class LocalResolver implements IUrlResolver

Implements: IUrlResolver

Constructors

Constructor Alerts Description
(constructor)() Alpha Constructs a new instance of the LocalResolver class

Constructor Details

(constructor)

Constructs a new instance of the LocalResolver class

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/local-driver/alpha.

For more information about our API support guarantees, see here.

Signature

constructor();