API reference@evolu/commonTask › reportDefectAfterMicrotask

const reportDefectAfterMicrotask: ReportDefect;

Defined in: packages/common/src/Task.ts:2094

Default ReportDefect for platform-independent createRun.

Throws the reported defect from a queued microtask. This is a fallback for platforms without native global error reporting. Browser adapters use the native reportError API; other platform adapters can use platform-specific reporting and preserve nested panic defects as cause or detail data.