monitor-api - v1.3.0
    Preparing search index...

    Interface NetworkSnapshot

    Retained network request history and rolling statistics.

    interface NetworkSnapshot {
        entries: NetworkEntry[];
        window5s: NetworkWindow5s;
    }
    Index

    Properties

    Properties

    entries: NetworkEntry[]

    Recent request entries, capped by maxHistory.

    window5s: NetworkWindow5s

    Statistics computed over recent requests from the last five seconds.