You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I just noticed this when comparing the options of qs to querystring: querystring accepts 0 or Infinity to say no limit on the keys (though it by default has no limit). Providing either of those two values to this module results in an empty parse. I'm not sure if you want to support those (the 0 thing seems dumb to indicate "no limit", but whatever), but thought I'd bring it up :)
The text was updated successfully, but these errors were encountered:
So I just noticed this when comparing the options of
qs
toquerystring
:querystring
accepts0
orInfinity
to say no limit on the keys (though it by default has no limit). Providing either of those two values to this module results in an empty parse. I'm not sure if you want to support those (the0
thing seems dumb to indicate "no limit", but whatever), but thought I'd bring it up :)The text was updated successfully, but these errors were encountered: