@flowscripter/dynamic-plugin-framework
    Preparing search index...

    Interface FetchCapable

    Implemented by PluginManager and MarketplacePluginRepository implementations which support having their fetch() calls delegated to a host-supplied FetchInterface instead of fetching directly.

    interface FetchCapable {
        setFetch(fetch: FetchInterface): void;
    }

    Implemented by

    Index