* Submit a frame to be rendered. * * Frame submission is async and must not block the main thread. * Drawlist bytes MUST match the backend's negotiated ZRDL version and MUST be * treated as immutable by the backend. * * @param drawlist - ZRDL drawlist bytes
(drawlist: Uint8Array)
| 134 | * @param drawlist - ZRDL drawlist bytes |
| 135 | */ |
| 136 | requestFrame(drawlist: Uint8Array): Promise<void>; |
| 137 | |
| 138 | /** |
| 139 | * Poll for the next event batch. |
no outgoing calls
no test coverage detected