defunctzombie / node-process

process information for node.js and browsers
MIT License
122 stars 62 forks source link

support process.chdir #46

Closed wjordan closed 9 years ago

wjordan commented 9 years ago

BrowserFS provides a basic implementation of chdir and cwd in its own internal implementation of process. Would it be possible to include a similar implementation into this module, as a slight step up from the current stubs?

defunctzombie commented 9 years ago

Please see this part of the readme about additional features: https://github.com/defunctzombie/node-process#browser-implementation

Happy to accept a PR to add it to the list on the readme but will not expand the size of this module due to those concerns.

wjordan commented 9 years ago

Thanks, I'll look to fill out this implementation elsewhere then. Perhaps removing the todo comment in the current source code would help to avoid future confusion.