Additions:
Promise()
now optionally takes in an task function, meaningPromise.Then()
is no longer a requirement.- JSDoc Improvements for all native async GML promise variants
Breaking Changes:
Promise()
no longer takes incallback
anderrback
functions, these now need to be implicitly supplied by.Finally()
and.Catch()
respectably