| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| For example: | ||
|
|
||
| ```sh |
There was a problem hiding this comment.
This shouldn't be sh if we're converting it to a JavaScript string value, it should be js.
Sorry, something went wrong.
|
|
||
| * `previousValue` {Object} A previous return value from calling | ||
| `process.cpuUsage()` | ||
| * return: {Object} |
There was a problem hiding this comment.
Can you capitalize every instance of 'return' to look like 'Return'?
Sorry, something went wrong.
| added: v0.11.8 | ||
| --> | ||
|
|
||
| * {Number} |
There was a problem hiding this comment.
You might be more specific here and use {Integer} instead.
Sorry, something went wrong.
| added: v0.1.28 | ||
| --> | ||
|
|
||
| * return: {Number} |
There was a problem hiding this comment.
Ditto about using {Integer}.
Sorry, something went wrong.
There was a problem hiding this comment.
Same goes for any other non-floating point number values.
Sorry, something went wrong.
|
Added changes according to @mscdex review. |
Sorry, something went wrong.
| added: v0.2.0 | ||
| --> | ||
|
|
||
| * Return: {Object} |
There was a problem hiding this comment.
I think "Return:" should be removed here.
Sorry, something went wrong.
There was a problem hiding this comment.
Agreed.
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
| added: v0.1.104 | ||
| --> | ||
|
|
||
| * {String} |
There was a problem hiding this comment.
For consistency with the other changes, maybe add a blank line after this line.
Sorry, something went wrong.
There was a problem hiding this comment.
done
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
PR-URL: #9505 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Roman Reiss <me@silverwind.io>
PR-URL: #9505 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Roman Reiss <me@silverwind.io>
|
is this accurate for v4 or v6? |
Sorry, something went wrong.
|
Checked on V6, can check on V4 if it needs to be done. |
Sorry, something went wrong.
PR-URL: #9505 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Roman Reiss <me@silverwind.io>
PR-URL: #9505 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Roman Reiss <me@silverwind.io>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
doc
Description of change
Clarified part of data types of properties and return values of process module in docs due to item