Open
Description
After noticing that you can't select both "Fragment Abuse" plugins on the Download Builder, I started to wonder why. The URI styles obviously contradict but do the code internals?
Brief Twitter conversation with @rodneyrehm would suggest that the API accessor methods conflict for these two plugins conflict. So, I guess at least one of the two plugins APIs would have to be altered in order to support both use cases with a single build of URI.js.
I'm in a situation where I am consuming 3rd party URIs w/ "fragment query strings" but parsing 1st party SPA "fragment paths"/"URL fragments".
Does this use case apply to anyone else? Other discussion points?