Clear all per-run history. Called when the client `reset()`s.
()
| 1395 | |
| 1396 | /** Clear all per-run history. Called when the client `reset()`s. */ |
| 1397 | resetRuns(): void { |
| 1398 | this.activeRunId = null |
| 1399 | this.activeRunStarted = false |
| 1400 | this.devtoolsRuns = [] |
| 1401 | } |
| 1402 | |
| 1403 | /** Record state changes from the client and emit the matching snapshot. */ |
| 1404 | recordResultChange(): void { |