Following may not behave as desired without `Intl` support: - `String.normalize` (noop) : #779 #1712 - `String.localeCompare` (uses `string1 < string2`) - see https://github.com/joyent/node/issues/25762 - `Date.toLocale` - `Date.toLocaleDateString` - `Date.toLocaleTimeString` - `Number.toLocaleString` cc: #238