forwardemail / forwardemail/superagent

Parsing and serialization of nested objects subtly different between node and browser

Open
#973 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
16.6k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

Node supports nested objects `foo[bar]=baz` as `{foo:bar:"baz"}`, while the browser version does not.

The browser version has its own simplified parsing routines. Should we bundle `qs` in the browser?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.