solidusjs / devtools-solidus

0 stars 0 forks source link

Query strings not accounted for in context inspector. #20

Open localjo opened 10 years ago

localjo commented 10 years ago

Looks like the way I handled getting the context doesn't account for query strings, which, among other possible problems, means that the parameters object is not accurate in the inspector.

I'm not sure if the Chrome Tabs API will give information about the query string or not. It seems odd that it wouldn't, but I don't immediately see anything regarding query strings in the Chrome Tabs API documentation.