Contact emails [email protected],[email protected] Explainer http://shorturl.at/adiZ4 Design docs/spec Specification: https://github.com/tc39/ecma402/pull/347 http://shorturl.at/adiZ4 TAG review No TAG review since the TC39 and ECMA402 will cover that. Summary Enhance the Intl.DateTimeFormat API by adding a “millisecondDigits” option to control the format of fractional of second. Motivation The Date object in ECMAScript store time information with precision of millisecond. Some web application developers need to format time including the detail of millisecond as fraction of second. The proposed millisecondDigits option enhances the Intl.DateTimeFormat to control how to format fractional of second which is currently not supported by the Intl.DateTimeFormat API. The value of millisecondDigits should be an integer between 0 to 3 to represent how many digits the DateTimeFormat should Risks Interoperability and Compatibility low *Firefox*: No public signals *Edge*: No public signals *Safari*: No public signals *Web developers*: No signals Ergonomics Part of the pre-existing ICU functionality w/o need of additional data. Activation Should be easy to use by using w/ pre-existing Intl.DateTimeFormat Security low Debuggability nothing special. Will this feature be supported on all six Blink platforms (Windows, Mac, Linux, Chrome OS, Android, and Android WebView)? Yes Is this feature fully tested by web-platform-tests <https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md> ? Yes Tests will be added to test262 before we consider launching it. Link to entry on the Chrome Platform Status https://www.chromestatus.com/features/5704965743968256
-- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CAOcELL9KTgLh2Qbcb3s2D-HigNTHy%2B9Jtf2aGdshOvHNQ7O8GA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
