-
Notifications
You must be signed in to change notification settings - Fork 476
Support manipulating the origin #210
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
Comments
Please provide a proper description of what you want to achieve. It is important to show context, because terms usually have multiple meanings. |
Sorry, messed up and the description got left out! Added it now. |
what's the expected difference of |
@rodneyrehm Probably nothing. What is the current way to get the authority and scheme from a url? |
There is no way to get scheme and authority in one go. Do you feel like adding |
Ok :) I didn't see a
I ran the test via the index.html file and they passed. If I'm missing anyting required let me know and I'll fix it up. |
yeah, a couple of things need to be done in this repository… I was hoping to do that with the 2.0 rewrite - whenever that may happen… |
fixed by @justinmchase in #263 |
released in v1.17.0 |
Matching the semantics of the
origin
in https://url.spec.whatwg.org/#concept-url-origine.g.
The text was updated successfully, but these errors were encountered: