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

Run monitorFn always on start #26 #28

Closed m-mohr closed 3 years ago

m-mohr commented 3 years ago

Fix bug: use setInterval instead of setTimeout

Call callback once always at the start to pass the job info also if there are no new jobs.

Issue: #26