ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/DurationFormat
2022-09-22 14:39:24 +01:00
..
DurationFormat.@@toStringTag.js LibJS: Start implementing the stage 3 Intl.DurationFormat proposal 2022-07-01 01:00:05 +03:00
DurationFormat.js LibJS: Use numeric style if the previous style was numeric or 2-digit 2022-08-30 14:26:11 -04:00
DurationFormat.prototype.format.js LibJS: Change default time display options to "always" for digital style 2022-09-22 14:39:24 +01:00
DurationFormat.prototype.formatToParts.js LibJS: Change digital default style from "narrow" to "short" 2022-09-21 16:09:38 +01:00
DurationFormat.prototype.resolvedOptions.js LibJS: Default to "short" for DurationFormat's style option 2022-08-30 14:26:11 -04:00
DurationFormat.supportedLocalesOf.js LibJS: Implement Intl.DurationFormat.supportedLocalesOf 2022-07-01 01:00:05 +03:00