promise-me icon indicating copy to clipboard operation
promise-me copied to clipboard

The other callback style

Open noway opened this issue 8 years ago • 0 comments

Any possibility to implement the callback style where error is called as a second callback?

something(data => {
}, err => {
})

noway avatar Mar 16 '17 01:03 noway