helia
    Preparing search index...

    Interface FallbackRouterInit

    interface FallbackRouterInit {
        gateways: (string | URL)[];
        shuffle?: boolean;
    }
    Index
    gateways: (string | URL)[]

    Where to send requests

    shuffle?: boolean

    Whether to shuffle the list of gateways

    true