Add support for sets
Author: wateryCreated May 30, 2018Updated Mar 8, 2024
Labelsfeature requestdiscussionstringify
If the object passed to the stringify method holds a Set, the whole key and value are ignored by the stringification process. A custom encoder can't be used either, because it doesn't receive the set-typed entry.
Source: ljharb/qs