Closed vbence86 closed 7 years ago
Hey @vbence86, this is looking good! Can you please rebase this on top of https://github.com/metal/metal-uri/tree/travis so we can see it running in travis?
The rebase is captured in the following PR: https://github.com/metal/metal-uri/pull/18. This also achieves a "green" build, so I gather this PR can be closed.
Disclaimer
FF and IE appear to have implemented the built-in native URI parsing logic differently than the project's
parseFromAnchor
helper function expects and subsequently invoking this function with invalid URIs results in failing tests.Intent
To fix failing tests with FF and IE
Solution
<a>
element.Tested