(error: unknown)
| 66 | reject(error) |
| 67 | }, |
| 68 | onError(error: unknown) { |
| 69 | didError = true |
| 70 | // biome-ignore lint/suspicious/noConsole: We console log the error |
| 71 | console.error(error) |
| 72 | }, |
| 73 | } |
| 74 | ) |
| 75 | // Abort the streaming render pass after 11 seconds so to allow the rejected |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…