Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deleting the properties will not work anymore in io.js 2.0 as the properties are now getters/setters and deleting them will delete the getters/setters themselves from the instance. Nulling the properties has the same effect, while also bringing a performance gain over delete. Related: nodejs/node#1591
- Loading branch information