Closed sosukesuzuki closed 3 months ago
Duplicate of https://github.com/tc39/proposal-intl-duration-format/issues/199?
@ben-allen
As of https://github.com/tc39/proposal-intl-duration-format/pull/173 we've checked for durations above the maximum in IsValidDuration
. I believe #173 closes this issue and #199, unless I'm misunderstanding the question. @sosukesuzuki
I was not aware of that PR change, at least my question to you is now resolved.Thank you.
Why doesn't
Intl.DurationFormat
have a validation by maxTimeDuration unlikeTempolra.Duration
?