Affected URL(s)
https://nodejs.org/api/process.html#processresourceusage
Description of the problem
According to the documentation:
sharedMemorySize [<integer>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) maps to ru_ixrss but is not supported by any platform.
unsharedDataSize [<integer>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) maps to ru_idrss but is not supported by any platform.
unsharedStackSize [<integer>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) maps to ru_isrss but is not supported by any platform.
I did not understand why they are not supported by any platform. Did you mean is not supported by all platforms ? If it is not supported by any platform, why do we have it?