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

Add custom protocol #65

Merged
merged 13 commits into from
Feb 23, 2021
Merged

Add custom protocol #65

merged 13 commits into from
Feb 23, 2021

Conversation

wusyong
Copy link
Member

@wusyong wusyong commented Feb 23, 2021

No description provided.

Copy link
Member

@nklayman nklayman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels odd to request changes on my own PR but I'm too tired to actually make them RN 😂.

Cargo.toml Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
Comment on lines +110 to +111
let path = &uri[(23 + protocol.0.len())..];
match protocol.1(path) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should destructure the if let so there isn't any .n stuff.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm outside without Windows. I'll make sure to do it back home.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm outside without Windows. I'll make sure to do it back home.

@wusyong
Copy link
Member Author

wusyong commented Feb 23, 2021

No worry. I'll make the change and then merge it.

@wusyong wusyong merged commit 7a49280 into master Feb 23, 2021
@wusyong wusyong deleted the feat/custom-protocol branch February 23, 2021 06:57
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.

None yet

3 participants