-
-
Notifications
You must be signed in to change notification settings - Fork 98
refactor: modernize JS in scribble-common.js #379
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resyntax analyzed 0 files in this pull request and found no issues.
|
As a side effect, this handles query string much better than what it currently does. For example, the malformed query string in #329 / greghendershott/racket-mode#623 can now be decoded with no issue. |
b213e23 to
96fe38e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resyntax analyzed 0 files in this pull request and found no issues.
Browsers released within the last 5 years (the partial support tier according to #240) support URLSearchParams, so we should use it.
96fe38e to
85bc528
Compare
|
Thank you for the feedback, @yfzhe! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resyntax analyzed 0 files in this pull request and found no issues.
Browsers released within the last 5 years (the partial support tier according to #240) support URLSearchParams, so we should use it.