tc39 / proposal-intl-relative-time

`Intl.RelativeTimeFormat` specification [draft]
http://tc39.github.io/proposal-intl-relative-time/
215 stars 24 forks source link

Create options objects with null prototype (fixes #76). #79

Closed Ms2ger closed 6 years ago

Ms2ger commented 6 years ago

The current specification accidentally requires that the NumberFormat and PluralRules constructors get properties off Object.prototype. This is not particularly useful, and is not implemented in SpiderMonkey.

Ms2ger commented 6 years ago

Test: https://github.com/tc39/test262/pull/1627