-
Notifications
You must be signed in to change notification settings - Fork 30
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
Single quote gets escaped by chrome #6
Comments
I am having the same problem |
The problem can be solved by replacing I'm going to fix the problem in JSURL itself. |
Wow. That was fast. Thank you very much! Am 16.04.2016 um 00:17 schrieb Bruno Jouhier <notifications@github.commailto:notifications@github.com>: @akleiberhttps://github.com/akleiber I just published 0.1.3 to NPM, with the fix. @gbishophttps://github.com/gbishop I missed the issue when you posted it. Sorry for that. You are receiving this because you were mentioned. |
I'm trying to use jsurl but the single quotes are getting converted to %27 by chrome and then parsing breaks... Maybe I don't understand how I'm supposed to use it? Do I need to URIEncode after JSURL.stringfy? And decode before JSURL.parse?
The text was updated successfully, but these errors were encountered: