I have an anchor points to a page like `href="foo.html?bar=baz"` and I really need that query string. Unfortunately, it got ignored in the [navigator](https://github.com/swipely/aviator/blob/master/src/navigator.js#L203).
I have an anchor points to a page like
href="foo.html?bar=baz"and I really need that query string. Unfortunately, it got ignored in the navigator.