aboutsummaryrefslogtreecommitdiff
path: root/docs/api/workers.md
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-07-19 23:59:15 -0700
committerGravatar GitHub <noreply@github.com> 2023-07-19 23:59:15 -0700
commit53ad9b922f17de5568a1303ade1d82b49afae120 (patch)
treea511b84021d6901912d0ca71c6a13a4ad132c858 /docs/api/workers.md
parent0b365781a8ddbea40ec3259e5bf0435c9aebc0a6 (diff)
downloadbun-53ad9b922f17de5568a1303ade1d82b49afae120.tar.gz
bun-53ad9b922f17de5568a1303ade1d82b49afae120.tar.zst
bun-53ad9b922f17de5568a1303ade1d82b49afae120.zip
Docs & types for 0.7 (#3665)
* Docs & types for 0.7 * Tweak * Update * Tweaks * Tweak * Tweaks --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Diffstat (limited to 'docs/api/workers.md')
-rw-r--r--docs/api/workers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/workers.md b/docs/api/workers.md
index af459d18e..ba45d7cc1 100644
--- a/docs/api/workers.md
+++ b/docs/api/workers.md
@@ -1,5 +1,5 @@
{% callout %}
-`Worker` support was added in Bun v0.6.15.
+`Worker` support was added in Bun v0.7.0.
{% /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.