har2api - v0.1.0
    Preparing search index...

    Interface HarLog

    The parsed, validated archive: just the entries we care about.

    interface HarLog {
        entries: HarEntry[];
    }
    Index

    Properties

    Properties

    entries: HarEntry[]