-
-
Notifications
You must be signed in to change notification settings - Fork 294
Closed
Description
Something I've been thinking about since I researched this package is that we could use web streams and TextDecoder for stream support in the browser. There's work done by Alexander (https://github.com/pillarjs/iconv-lite/tree/next) that uses the idea of backers to somewhat separate the logic between environments, which I think would be a great starting point. I haven’t explored this in depth yet.
We also need to remember that this package is used by body-parser, raw-body, and qs, among many others, so we can’t stop using Node.js streams, since those packages rely on Node.js streams. Some kind of logic would be needed to convert Node.js streams to web streams.
Metadata
Metadata
Assignees
Labels
No labels