Closed
Description
- Version: v10.0.0
- Platform: Microsoft Windows [Version 10.0.16299.371]
- Subsystem: util
Just wondering since the WHATWG URL
API was made available on the global object in Node v10.0.0: Should the WHATWG TextEncoder
and TextDecoder
APIs (that are currectly available via require('util')
) be made available on the global object, too, or are there any reasons for not doing so?
PS: If this should be done, I'd love to start working on a PR for it.