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

Uri.base in Dartium should be based off of document.baseUri #18344

Closed
blois opened this issue Apr 21, 2014 · 0 comments
Closed

Uri.base in Dartium should be based off of document.baseUri #18344

blois opened this issue Apr 21, 2014 · 0 comments
Labels
P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@blois
Copy link
Contributor

blois commented Apr 21, 2014

Currently the documentation states:
"When running in a browser this is the current URL (from window.location.href)"

But if this object is being used to combine URIs, then it will be different than the browser which bases it off of document.baseUri. These only differ int the case where a <base> element is being used though.

@blois blois added Type-Defect P3 A lower priority bug or feature request labels Apr 21, 2014
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants