Skip to content

Commit 801a7b4

Browse files
committed
add node experimental warning
1 parent e493b75 commit 801a7b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/USING_ADVANCED.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ Marked can be run in a [worker thread](https://nodejs.org/api/worker_threads.htm
8585

8686
### Node Worker Thread
8787

88+
> 🚨 Node Worker Threads are [experimental](https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads) 🚨
89+
> This implementation may change.
90+
8891
```js
8992
// markedWorker.js
9093

0 commit comments

Comments
 (0)