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

Using disconnect with browserify #63

Open
antoine-crettenand opened this issue May 8, 2020 · 1 comment
Open

Using disconnect with browserify #63

antoine-crettenand opened this issue May 8, 2020 · 1 comment
Labels

Comments

@antoine-crettenand
Copy link

Hi I'm developing a small web application and would like to be able to show the discogs collection of a user. Since I'm new to this, I'm using browserify to make things easier but I ran into some issue that I can resolve.
When I call the getReleases method, I get the following error in the browser console :

TypeError: queryString.escape is not a function

After some research, I found out that sometimes the querystring module used is too old and not compatible with browserify and was wondering if it was a known issue or if I'm doing something wrong...

Thank you in advance

@bartve
Copy link
Owner

bartve commented May 8, 2020

This was originally meant purely for Node.js, so I honestly wouldn't know.

@bartve bartve added the question label May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants