The support range for Intl object is fully missing, also it's not documented in Node.js api docs as well. For example, the new `Intl.Segmenter` [here](https://tc39.es/ecma402/#segmenter-objects) is absolutely not available in `v20.0.0`. It would be nice to have this documented. Ref: - https://nodejs.org/api/intl.html - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
The support range for Intl object is fully missing, also it's not documented in Node.js api docs as well.
For example, the new
Intl.Segmenterhere is absolutely not available inv20.0.0.It would be nice to have this documented.
Ref: