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

querystring is deprecated #99

Open
andyedwardsibm opened this issue Nov 21, 2022 · 1 comment
Open

querystring is deprecated #99

andyedwardsibm opened this issue Nov 21, 2022 · 1 comment

Comments

@andyedwardsibm
Copy link

[email protected] makes use of querystring (both directly and it is pulled in by url, but querystring is deprecated.

  • npm suggest "new code should use the URLSearchParams API instead", as a replacement for direct use
  • url seems unlikely to change as it's not been published for 7 years. It claims it has feature-parity with Node.js' core url module. Could ibm-cos-sdk switch to core URL or is it being used to be browserified or something?
@IBMalok
Copy link
Contributor

IBMalok commented Nov 22, 2022

Thank you for reporting. we have opened an internal ticket and will get back to you on this.

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

No branches or pull requests

2 participants