| 19 | * Useful for debugging, horrible for performance. |
| 20 | */ |
| 21 | export class Immediate implements IRenderPolicy { |
| 22 | public render() { |
| 23 | RenderController.flush(); |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | /** |
| 28 | * The default way to render, which only tries to render every frame |
nothing calls this directly
no outgoing calls
no test coverage detected