Files
node/lib/internal
Anna Henningsen 7f0c515fed worker: do not add removed methods to MessagePort
Do not put the `.stop()` and `.drain()` methods on the
`MessagePort` prototype if we are going to remove them
later on anyway.

PR-URL: https://github.com/nodejs/node/pull/26109
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-02-17 17:41:12 +01:00
..
2019-02-11 08:50:07 +01:00
2019-02-13 13:45:38 +01:00
2019-02-13 05:22:58 +01:00
2019-02-14 00:00:50 +01:00
2018-05-18 15:25:41 +02:00
2018-11-16 21:56:29 +09:00
2018-11-26 20:34:32 +05:30
2018-08-12 10:44:53 -07:00
2018-05-18 15:25:41 +02:00
2019-02-03 20:40:16 +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 modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.