We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
relate #20.
can i do this:
postmate.call('functionName', data).then(value => { })
If you do, the get and call APIs can be merged into call.
In some cases, I really need to execute the next call after the last call is finished. Is there any other good way to use it?