Is your feature request related to a problem? Please describe.
The JavaScript Client Codegen still generates code with the deprecated npm lib 'querystring'. However, JavaScript has already built-in functions and does not need the deprecated library anymore.
Describe the solution you'd like
I'd like to have the option to use plain JavaScript and no deprecated third-party dependencies.