Closed s-cork closed 2 years ago
Some updates and breaking changes updates
.result
.error
.status
wait
await_result
on_result()
on_error()
breaking changes:
.interval
.delay
delay = 0
clear_interval()
clear()
The breaking changes are there for consistency between Timeout and Interval.
Timeout
Interval
I can make this backward compatible. But I think the number of users affected by these changes might be close to zero.
And they were clearly warned!
Some updates and breaking changes updates
.result
,.error
and.status
propertywait
->await_result
.on_result()
andon_error()
clearer by moving it to JS.breaking changes:
.interval
property was replaced by.delay
delay = 0
causes the interval function to run every 0 secondsclear_interval()
->clear()
The breaking changes are there for consistency between
Timeout
andInterval
.I can make this backward compatible. But I think the number of users affected by these changes might be close to zero.