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
querystring
URLSearchParams
The rubiconBidAdapter tests rely on querystring:
Prebid.js/test/spec/modules/rubiconBidAdapter_spec.js
Line 11 in babd603
With 9, this had to be explicitly included as a dependency - probably because it was included indirectly through now-removed other dependencies (https://app.circleci.com/pipelines/github/prebid/Prebid.js/21362/workflows/c1660a29-4ce6-4a7b-8dca-b790cf024784/jobs/38114)
Nowadays parsing query strings can be done without relying on an external library - the tests should be updated to use URLSearchParams.
The text was updated successfully, but these errors were encountered:
@harpere @robertrmartinez tagging you as I'm not sure you've acknowledged this yet
Sorry, something went wrong.
Acking now @dgirardi !
Will get it done.
harpere
robertrmartinez
spotxslagle
No branches or pull requests
The rubiconBidAdapter tests rely on
querystring
:Prebid.js/test/spec/modules/rubiconBidAdapter_spec.js
Line 11 in babd603
With 9, this had to be explicitly included as a dependency - probably because it was included indirectly through now-removed other dependencies (https://app.circleci.com/pipelines/github/prebid/Prebid.js/21362/workflows/c1660a29-4ce6-4a7b-8dca-b790cf024784/jobs/38114)
Nowadays parsing query strings can be done without relying on an external library - the tests should be updated to use URLSearchParams.
The text was updated successfully, but these errors were encountered: