| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c789c0f commit 51cb0d4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,6 +19,8 @@ const inspector = require('node:inspector'); | |||
| 19 | 19 | ||
| 20 | 20 | Deactivate the inspector. Blocks until there are no active connections. | |
| 21 | 21 | ||
| 22 | + This function is not available in [worker threads][]. | ||
| 23 | + | ||
| 22 | 24 | ## `inspector.console` | |
| 23 | 25 | ||
| 24 | 26 | * {Object} An object to send messages to the remote inspector console. | |
@@ -260,3 +262,4 @@ session.post('HeapProfiler.takeHeapSnapshot', null, (err, r) => { | |||
| 260 | 262 | [`'Debugger.paused'`]: https://chromedevtools.github.io/devtools-protocol/v8/Debugger#event-paused | |
| 261 | 263 | [`session.connect()`]: #sessionconnect | |
| 262 | 264 | [security warning]: cli.md#warning-binding-inspector-to-a-public-ipport-combination-is-insecure | |
| 265 | + [worker threads]: worker_threads.md | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments