summaryrefslogtreecommitdiff
path: root/docs/runtime/workers.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/runtime/workers.md')
-rw-r--r--docs/runtime/workers.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/runtime/workers.md b/docs/runtime/workers.md
index 0418f057e..3c39d2cee 100644
--- a/docs/runtime/workers.md
+++ b/docs/runtime/workers.md
@@ -20,7 +20,8 @@ new Worker("./worker.js", { type: "classic" });
### Using Deno in worker
-**UNSTABLE**: This feature is unstable and requires `--unstable` flag
+> This is an unstable Deno feature. Learn more about
+> [unstable features](./stability.md).
By default `Deno` namespace is not available in worker scope.