har2api - v0.1.0
    Preparing search index...

    Function parseHar

    • Parse a HAR document (as a JSON string) into a validated HarLog.

      Throws HarParseError if the input is not valid JSON or has no recognizable log.entries array. Individual malformed entries are skipped.

      Parameters

      • input: string

      Returns HarLog