Optional
errorReports an error. E.g. a render shot execution failure.
Reports errors with console.error()
by default.
Rest
...messages: unknown[]Error messages to report.
Optional
nodeA DOM node for constructed schedule.
Used to detect missing window option.
Optional
Readonly
supplyRender schedule supply.
Stops rendering in created schedule once cut off.
A new supply will be created when omitted.
Optional
windowA window for constructed schedule.
Detected by nodeWindow by default, if node is specified. Falls back to current window
.
The schedulers that don't need a window never access this option value.
Generated using TypeDoc
Options for abortable render schedule.