tj / node-querystring

querystring parser for node and the browser - supporting nesting (used by Express, Connect, etc)
MIT License
455 stars 66 forks source link

browser compatibility #57

Closed juliangruber closed 11 years ago

juliangruber commented 11 years ago

It's as fast as before and should now work in more browsers.

The test suite doesn't load in IE9, saying Object expected. Dunno where that's from.

tj commented 11 years ago

LGTM, we almost might as well start using regular component deps but not a big deal

juliangruber commented 11 years ago

yeah, I thought about using components too. But then there'd prob. be many try catch requires at the top and also the shims I used are optimized for performance rather than file size.

Can you release this please?

tj commented 11 years ago

yeah true