Skip to content

Conversation

@wvh
Copy link

@wvh wvh commented Oct 3, 2017

Hello,

I fixed 2 problems, or they were at least in my environment.

  • My javascript engines don't seem to allow overriding String.length, so I added a call to toString().
  • Don't return literal null string for an empty scheme.

Tests pass again after these minor fixes.

Would you like to check if you are interested in applying them?

wvh added 2 commits June 20, 2017 19:00
Both node and Firefox don't seem to allow overriding String.length, resulting in length returning zero for (the outer) string objects. This shows for instance by the domain not being stripped from the path or empty paths.

Tests pass again after this fix.
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.

1 participant