Domenic Denicola
Domenic Denicola
I'd like to understand what you're hoping to accomplish a bit better here. If the goal is for node-fetch to continue having zero dependencies, that won't work. If the goal...
What would node-fetch do in versions of Node that don't support the `URL` constructor?
So in general I'm not super-enthusiastic about this, but am not opposed, if someone else does all the work. I think I'd be happiest if we figured out a way...
As discussed on Twitter, what is needed before this is merged is ensuring all tests pass. Currently most are commented out, and none of the ones in subdirectories of encoding/...
Yes, that'd be great!
I'm not sure the best way to handle this. I see a few options: 1. Return a new empty array buffer (or corresponding view) when the incoming array buffer is...
Where did I suggest that? I liked possiblyUnhandledRejection... no big deal though.
@petkaantonov I suggested error and rejectionhandled actually, then at the bottom had > We may be better off with a separate `unhandledrejection` event (or, more accurately and as [popular libraries](https://github.com/petkaantonov/bluebird/#error-handling)...
That seems reasonable, although it's becoming a bit syntactically heavy.
That makes sense to me.