Files
node/lib/internal
davidmarkclements 5c425788f1 errors: alter ERR_INVALID_PROTOCOL
Changes the base instance for ERR_INVALID_PROTOCOL from Error to
TypeError as a more accurate representation of the error.

PR-URL: https://github.com/nodejs/node/pull/19983
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
2018-04-16 16:24:33 +02:00
..
2018-04-13 19:59:44 +02:00
2018-04-16 16:02:12 +02:00
2018-04-13 19:59:44 +02:00
2018-03-30 19:41:41 -05:00
2018-04-16 16:24:33 +02:00
2018-03-30 14:20:40 +02:00
2018-02-16 18:09:56 +01:00
2018-04-15 22:39:53 +02: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.