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>