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
Web Console (Firefox): "TypeError: url is not a function" (I'm using "url2" in my script now to get it to work.)
The text was updated successfully, but these errors were encountered:
Currently we are using js-url to parse urls in the browser, we would need to avoid using globals: https://github.com/bettiolo/oauth-signature-js/blob/master/src/app/oauth-signature.js#L92-L97 In the highlighted code url is global.
We could inline url parsing logic to solve this issue.
Sorry, something went wrong.
No branches or pull requests
Web Console (Firefox): "TypeError: url is not a function"
(I'm using "url2" in my script now to get it to work.)
The text was updated successfully, but these errors were encountered: