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

Replace escape with encodeURIComponent #1058

Open
EshaanAgg opened this issue Jun 28, 2024 · 0 comments
Open

Replace escape with encodeURIComponent #1058

EshaanAgg opened this issue Jun 28, 2024 · 0 comments

Comments

@EshaanAgg
Copy link
Contributor

We make use of the browser's escape function at numerous places in our codebase, which has been marked as deprecated. We should probably port to encodeURIComponent to ensure future compatibility and avoid breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants