Documentation
    Preparing search index...

    Type Alias PeerCacheDiscoveryOptions

    Options for the peer cache discovery.

    type PeerCacheDiscoveryOptions = {
        cache: PeerCache;
    }
    Index

    Properties

    Properties

    cache: PeerCache

    The cache to use for getting and storing cached peer information.

    LocalStorage