Class: ReportDataParser

ReportDataParser()

Parser for handling CSV report data returned from the WASM worker. Uses the same parsing logic as the legacy backend.

Constructor

new ReportDataParser()

Source:

Methods

parseResponse(response) → {Array.<EngineResult>}

Parse the response from the WASM worker.
Parameters:
Name Type Description
response string The response string from worker containing status and CSV data.
Source:
Throws:
If response indicates an error status.
Type
Error
Returns:
Parsed engine results.
Type
Array.<EngineResult>