superfaceai / service-client

Library provides client for superface backend apis.
MIT License
5 stars 1 forks source link

fix: Polling loop uses browser-supported sleep util #9

Closed kysely closed 3 years ago

kysely commented 3 years ago

The client previously used promisify util from util.

Despite being elegant, util is Node-specific module which resulted in polling not working in browser.

janhalama commented 3 years ago

@kysely looks good, I miss only update of CHANGELOG.MD

kysely commented 3 years ago

@kysely looks good, I miss only update of CHANGELOG.MD

Good catch, I added the fix to changelog :)