PROMISE
-
promise return multiple valuesdev/web 2019. 5. 14. 11:01
https://stackoverflow.com/a/41382855/3543411 Can promises have multiple arguments to onFulfilled? I'm following the spec here and I'm not sure whether it allows onFulfilled to be called with multiple arguments. For example: promise = new Promise(function(onFulfilled, onRejected){ onFulfil... stackoverflow.com