URI
URI copied to clipboard
Minor fixes
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
nullstring for an empty scheme.
Tests pass again after these minor fixes.
Would you like to check if you are interested in applying them?