koopjs / featureservice

Get all features from an Esri Feature Service.
Other
22 stars 3 forks source link

Propose replacing request module with something smaller for browser usage #34

Closed nickpeihl closed 7 years ago

nickpeihl commented 8 years ago

The request module is reeeally large and builds are >1MB. This isn't such a big deal when using with node, but is not so good for browser usage.

I would suggest maybe xhr-request instead.

More info in this thread. https://twitter.com/nickpeihl/status/796806578305253376

I will start working on a PR.