Re: promises

That certainly makes promises much easier to read.

> On Oct 20, 2016, at 16:06 , Mike O'Neill <michael.oneill@baycloud.com> wrote:
> 
> We have been discussing amending the API to return a Promise.
>  
> The latest version of Javascript supports async functions, making it easy to write code that uses promises in a way that combines the simplicity of synchronous code with the flexibility of asynchronous callbacks.
>  
> I found this useful description of it:
>  
> https://developers.google.com/web/fundamentals/getting-started/primers/async-functions
>  
> Mike

Dave Singer

singer@mac.com

Received on Monday, 24 October 2016 06:42:47 UTC