ethanent / phin

Node HTTP client
MIT License
576 stars 33 forks source link

Support for ES5 #13

Closed wongjiahau closed 6 years ago

wongjiahau commented 6 years ago

I hope to has this feature because Create-React-App cannot minify ES6 code, you can read more about it here.

ethanent commented 6 years ago

Thanks for the suggestion, but I don't fully see the importance of supporting older JS implementations in most cases. :)

I'm sorry, but it's really Facebook's job to keep up with the latest (or at least Node LTS implemented) JS spec.

wongjiahau commented 6 years ago

@ethanent Anyway this is a very good library, because request.js is a monolithic package.

ethanent commented 6 years ago

@wongjiahau Thanks! I'm really glad you're enjoying it. 😁