co-mono/packages/web-ui/src/tools
Mario Zechner 6bc098e57b HTML artifacts call window.complete() when page loads
- Inject <script>if (window.complete) window.complete();</script> before </html>
- HTML artifacts are long-running and don't time out
- Console logs are sent immediately, completion signals when page is ready
- Removes need for artificial timeout in HTML artifacts
2025-10-09 23:49:22 +02:00
..
artifacts HTML artifacts call window.complete() when page loads 2025-10-09 23:49:22 +02:00
renderers Refactor artifacts renderer and add Console component 2025-10-08 01:54:50 +02:00
index.ts Refactor artifacts renderer and add Console component 2025-10-08 01:54:50 +02:00
javascript-repl.ts Fix javascript-repl to throw errors on execution failure 2025-10-09 23:30:40 +02:00
renderer-registry.ts Don't access innerHTML like that or lit kills itself. 2025-10-09 04:26:03 +02:00
types.ts Refactor artifacts renderer and add Console component 2025-10-08 01:54:50 +02:00