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
Feature Request
Currently, there are two separate functions which transform properties into a formatted query string:
https://github.com/prebid/Prebid.js/blob/master/src/utils.js#L111-L118 https://github.com/prebid/Prebid.js/blob/master/src/utils.js#L841-L848--> Doesn't properly encode (Fixed: Quick Fix Downstream)
Ideally, we should not be using multiple query string formatting functions. This would be a good opportunity to unify and potentially update to use URLSearchParams(https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)
URLSearchParams
#10514
The text was updated successfully, but these errors were encountered:
What do you mean when you say "this would be a good opportunity"? Do you mean the prebid 9 release?
Sorry, something went wrong.
This is work is not planned.
No branches or pull requests
Type of issue
Feature Request
Description
Currently, there are two separate functions which transform properties into a formatted query string:
https://github.com/prebid/Prebid.js/blob/master/src/utils.js#L111-L118
https://github.com/prebid/Prebid.js/blob/master/src/utils.js#L841-L848--> Doesn't properly encode (Fixed: Quick Fix Downstream)
Ideally, we should not be using multiple query string formatting functions. This would be a good opportunity to unify and potentially update to use
URLSearchParams
(https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)Other information
#10514
The text was updated successfully, but these errors were encountered: