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

Separate out some jsg::Url mods from the module registry refactor #1823

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Mar 13, 2024

Separates the jsg::Url modifications out from the module registry refactor PR to ever-so-slightly reduce the size of that PR... addresses review comments also.

Refs: #1553

@garrettgu10
Copy link
Collaborator

LGTM!

One small question: Is it valid to percent-encode a byte with mixed-case? like %bA

@jasnell
Copy link
Member Author

jasnell commented Mar 13, 2024

Yes, the percent encoding is case-insensitive. Generally, as a best practice, you're always supposed to produce upper-case sequences but accept any mix of cases.

@jasnell jasnell merged commit 095d589 into main Mar 13, 2024
10 checks passed
@jasnell jasnell deleted the jsnell/jsg-url-mods-for-registry-refactor branch March 13, 2024 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants