Feross Aboukhadijeh

Results 609 comments of Feross Aboukhadijeh

Awesome! Going to check this out.

Sure, feel free to send a PR. I've never converted a package to es modules before and this is about the simplest possible package to do that on. :)

Do you know why this issue is happening? Can you send a pull request?

Please merge this @dodo. The "browser" field in `package.json` tells bundlers like `browserify` and `webpack` to skip bundling a module. This is the proper way to ignore the 2MB unicode...

@jimmywarting Good to know! It seems that even when this API is available this package should still offer a Node.js stream interface. Folks who need WHATWG streams can just use...

@jimmywarting Cool, thanks for explaining. This is exactly what I thought. Is there a cross-platform way to handle WHATWG + Node.js writable streams?

@jimmywarting I was asking about *writable* streams, i.e. sinks not sources!