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
15.14.0
Darwin 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64
No response
(new Intl.NumberFormat('de-DE', {style: 'unit', unit: 'degree'})).resolvedOptions().style === 'unit' (new Intl.NumberFormat('de-DE', {style: 'percent'})).resolvedOptions().style === 'percent'
both lines should return true
The text was updated successfully, but these errors were encountered:
Probably related to #39050
Sorry, something went wrong.
Both lines return true in all supported versions of Node.js (12, 14, 16 and 17).
true
No branches or pull requests
Version
15.14.0
Platform
Darwin 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64
Subsystem
No response
What steps will reproduce the bug?
(new Intl.NumberFormat('de-DE', {style: 'unit', unit: 'degree'})).resolvedOptions().style === 'unit'
(new Intl.NumberFormat('de-DE', {style: 'percent'})).resolvedOptions().style === 'percent'
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
both lines should return true
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: