Files
node/lib/internal
Ruben Bridgewater 9d3958102e stream: add custom inspect to BufferList
Currently inspecting the BufferList can result a maximum call stack
size error. Adding a individual inspect function prevents this.

PR-URL: https://github.com/nodejs/node/pull/17907
Refs: https://github.com/nodejs/node/issues/12693
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2018-01-16 15:34:02 +01:00
..
2017-12-24 14:09:29 +08:00
2018-01-11 11:55:19 -08:00
2018-01-15 12:42:29 -06:00
2017-11-16 15:42:46 -08:00
2017-08-14 15:43:10 -04:00
2017-12-24 14:09:29 +08:00
2017-12-08 08:23:18 -05:00
2017-11-24 00:13:44 +01:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.