mwg API
    Preparing search index...

    Interface RunHistoryOptions

    interface RunHistoryOptions {
        limit?: number;
        namespace: string;
        storage?: SaveStorage;
    }
    Index
    limit?: number

    oldest runs are dropped once this many are stored; omit for unlimited

    namespace: string

    namespaces the stored history, so two games sharing an origin never collide

    storage?: SaveStorage