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
qs will also limit specifying indices in an array to a maximum index of 20. Any array members with an index of greater than 20 will instead be converted to an object with the index as the key:
Hi there! I was just wondering what's the reasoning behind this decision. Why have a limit there by default with such a surprising behaviour? (returns an object instead of an array)
The text was updated successfully, but these errors were encountered:
@ljharb I can't say I really understand the reasoning (and I read all of the history/issues), I would assume this kind of security protection belongs to a different abstraction but thanks a lot for checking and for pointing me to that discussion (I should have searched better :) ).
From the readme:
Hi there! I was just wondering what's the reasoning behind this decision. Why have a limit there by default with such a surprising behaviour? (returns an object instead of an array)
The text was updated successfully, but these errors were encountered: