Echo JS 0.11.0

<~>

naholyr 2898 days ago. link 1 point
Promise.try = (p => p.then.bind(p))(Promise.resolve())
Does the trick raster and lighter than proposed impl btw
sylvainpv 2898 days ago. link 0 point
People are confused because the name is confusing and the bluebird API is bloated. We could just write Promise.resolve().then instead of Promise.try