[Webkit-unassigned] [Bug 147603] New: [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 3 16:55:19 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=147603
Bug ID: 147603
Summary: [INTL] Implement
Intl.DateTimeFormat.prototype.resolvedOptions ()
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: thetalecrafter at gmail.com
Blocks: 90906
Implement ECMA-402 2.0 12.3.5 Intl.DateTimeFormat.prototype.resolvedOptions ()
http://ecma-international.org/publications/standards/Ecma-402.htm
This function provides access to the locale and formatting options computed during initialization of the object.
The function returns a new object whose properties and attributes are set as if constructed by an object literal assigning to each of the following properties the value of the corresponding internal slot of this DateTimeFormat object (see 12.4): locale, calendar, numberingSystem, timeZone, hour12, weekday, era, year, month, day, hour, minute, second, and timeZoneName. Properties whose corresponding internal slots are not present are not assigned.
NOTE In this version of the ECMAScript 2015 Internationalization API, the timeZone property will be the name of the default time zone if no timeZone property was provided in the options object provided to the Intl.DateTimeFormat constructor. The previous version left the timeZone property undefined in this case.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150803/15244884/attachment.html>
More information about the webkit-unassigned
mailing list