We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
navigator.hardwareConcurrency
1 parent 8f7eb15 commit db2a1cfCopy full SHA for db2a1cf
doc/api/globals.md
@@ -634,7 +634,7 @@ The `navigator.hardwareConcurrency` read-only property returns the number of
634
logical processors available to the current Node.js instance.
635
636
```js
637
-console.log(`This process is running on ${navigator.hardwareConcurrency}`);
+console.log(`This process is running on ${navigator.hardwareConcurrency} logical processors`);
638
```
639
640
### `navigator.userAgent`
0 commit comments