(next: FooterEvent, row: Record<string, unknown>)
| 67 | let draining: Promise<void> | undefined |
| 68 | |
| 69 | const emit = (next: FooterEvent, row: Record<string, unknown>) => { |
| 70 | input.trace?.write("ui.patch", row) |
| 71 | input.footer.event(next) |
| 72 | } |
| 73 | |
| 74 | const syncQueue = () => { |
| 75 | const queue = state.queue.length |