diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index 86b66fec90f9b4..dbb20aff499027 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -234,6 +234,8 @@ listeners for the event exist. added: v10.5.0 --> +* Extends: {EventEmitter} + The `Worker` class represents an independent JavaScript execution thread. Most Node.js APIs are available inside of it.