Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: discourage use of util.inherits
util.inherits breaks the prototype chain. A fix does not seem useful, since ES6 extends provides language level support for the same functionality. This commit starts fasing out mentions of the method. Fixes: nodejs#6512 Fixes: nodejs#4179 PR-URL: nodejs#6514 Reviewed-By: James Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
- Loading branch information