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

Node.baseURI #12

Open
Raynos opened this issue Oct 22, 2011 · 1 comment
Open

Node.baseURI #12

Raynos opened this issue Oct 22, 2011 · 1 comment
Labels

Comments

@Raynos
Copy link
Owner

Raynos commented Oct 22, 2011

I have no clue what that value should be.

Probably the value of the href on the <base> in the document. But that would be a wild guess.

@yousefcisco
Copy link

@Raynos Yep that's exactly it. A basic shim would be something like

document.getElementsByTagName('base')[0].href

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

No branches or pull requests

2 participants