Open-EO / openeo-js-client

JavaScript and TypeScript client for the openEO API.
https://open-eo.github.io/openeo-js-client/latest/
Apache License 2.0
15 stars 6 forks source link

Lower requirements #18

Closed m-mohr closed 4 years ago

m-mohr commented 5 years ago

The JS client only supports browsers with support for ECMAScript 2017 (ES8). This is a steep requirement and should be lowered by transpiling.

Part of the roadmap in README.md. Remove once the issue is closed.

m-mohr commented 4 years ago

Should be easier to do now that we migrated to WebPack.