Promise Block
The promise block adds a .then()
function to the block it is attached to.
If a compatible block is added inside the promise wrapper, it will return a promise so you can attach another promise block to the current one.
Parameters
Last updated