Gozala / querystring

Node's querystring module for all engines.
MIT License
287 stars 72 forks source link

Is there any way to specify empty `eq` and empty `delimiter`? #39

Open frogbandit opened 5 years ago

frogbandit commented 5 years ago

Currently there are ways to specify a custom eq and custom delimiter, but I noticed that it does not work with empty strings (''). Is this by design, or is it a bug?

Gozala commented 5 years ago

This originally meant to follow node’s implementation so I’d say it should behave as node version