Values common to every synchronous callback event.
message, data, and nested typed arrays are JavaScript-owned snapshots:
they remain valid after the handler returns and may be posted from a Web
Worker. In contrast, control methods such as interrupt() and
setSolution() modify the active native callback and expire immediately when
the handler returns.
Values common to every synchronous callback event.
message,data, and nested typed arrays are JavaScript-owned snapshots: they remain valid after the handler returns and may be posted from a Web Worker. In contrast, control methods such asinterrupt()andsetSolution()modify the active native callback and expire immediately when the handler returns.