We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using this polyfill with any-date-parser I get this error.
any-date-parser
Browser allows creation of DateTimeFormat without new but this polyfill does not.
new
Is this according to spec or should I post this issue on any-date-parser ?
Edit: According to MDN docs it should be possible without new
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat#return_value
The text was updated successfully, but these errors were encountered:
This is fixed in v0.2.1
@digaus please write back here if any further problems with Intl.DateTimeFormat and new
Intl.DateTimeFormat
Sorry, something went wrong.
Looking good, thanks for the fast fix :)
No branches or pull requests
When using this polyfill with
any-date-parser
I get this error.Browser allows creation of DateTimeFormat without
new
but this polyfill does not.Is this according to spec or should I post this issue on
any-date-parser
?Edit: According to MDN docs it should be possible without
new
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat#return_value
The text was updated successfully, but these errors were encountered: