Closed Ms2ger closed 6 years ago
1.4.2 Intl.RelativeTimeFormat.prototype[ @@toStringTag ] The initial value of the @@toStringTag property is the string value "Object".
1.4.2 Intl.RelativeTimeFormat.prototype[ @@toStringTag ]
The initial value of the @@toStringTag property is the string value "Object".
Why? What is even the point of having the property if you're going to make it say "Object"?
As mentioned in https://github.com/tc39/proposal-intl-locale/issues/44, we should try to be consistent with @@toStringTag in the newer Intl proposals.
@@toStringTag
Also see https://github.com/tc39/ecma402/issues/176
Why? What is even the point of having the property if you're going to make it say "Object"?