gradio/js/wasm
Yuichiro Tachibana (Tsuchiya) e0ed0642ac
Lite: Error handling after initialization (#6005)
* Update WorkerProxy to emit a unified `error` event for any type error and a `run-start` event when `run_file` or `run_code` is called, and update Index.svelte to handle these events

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-10-19 17:39:23 +09:00
..
network Lite: Support opening the entrypoint HTML page directly in browser via the file: protocol (#5972) 2023-10-17 23:25:01 -07:00
src Lite: Error handling after initialization (#6005) 2023-10-19 17:39:23 +09:00
svelte Lite: Support opening the entrypoint HTML page directly in browser via the file: protocol (#5972) 2023-10-17 23:25:01 -07:00
CHANGELOG.md chore: update versions (#5981) 2023-10-18 20:06:23 +01:00
package.json chore: update versions (#5981) 2023-10-18 20:06:23 +01:00
tsconfig.json Lite: Websocket queueing (#5124) 2023-10-04 18:19:09 +09:00
vite.worker.config.js