Update workers.md

This commit is contained in:
Jarred Sumner
2025-08-17 17:33:34 -07:00
parent 57f799b6c2
commit fecfe8082b

View File

@@ -1,5 +1,5 @@
{% callout %}
**🚧** — The `Worker` API is still experimental and should not be considered ready for production.
**🚧** — The `Worker` API is still experimental (particularly for terminating workers). We are actively working on improving this.
{% /callout %}
[`Worker`](https://developer.mozilla.org/en-US/docs/Web/API/Worker) lets you start and communicate with a new JavaScript instance running on a separate thread while sharing I/O resources with the main thread.