Skip to content
New issue

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

arrayFormat is not working in chrome older versions #292

Closed
ajmalp5 opened this issue Nov 5, 2020 · 1 comment
Closed

arrayFormat is not working in chrome older versions #292

ajmalp5 opened this issue Nov 5, 2020 · 1 comment

Comments

@ajmalp5
Copy link

ajmalp5 commented Nov 5, 2020

input : stringify({ extra_fields : ['users', 'tasks'] }, { arrayFormat: 'comma' })

output : extra_fields=users,tasks
(it works in chrome Version 86.0.4240.183 (Official Build) (x86_64))

it is not working in chrome version 84.
its getting like this output format
output : extra_fields=users&extra_fields=tasks

@sindresorhus
Copy link
Owner

Sounds like there was a bug in the older Chrome version that was later fixed. I have no interest of working around bugs in older Chrome versions though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants