api documentation for bluebird (3.5.1)

Full featured Promises/A+ implementation with exceptionally good performance

table of contents

  1. module bluebird
    1. function bluebird (executor)
    2. function bluebird.AggregateError (message)
    3. function bluebird.CancellationError (message)
    4. function bluebird.OperationalError (message)
    5. function bluebird.Promise (executor)
    6. function bluebird.PromiseInspection (promise)
    7. function bluebird.RangeError ()
    8. function bluebird.RejectionError (message)
    9. function bluebird.TimeoutError (message)
    10. function bluebird.TypeError ()
    11. function bluebird._SomePromiseArray (values)
    12. function bluebird._peekContext ()
    13. function bluebird.all (promises)
    14. function bluebird.any (promises)
    15. function bluebird.async ()
    16. function bluebird.attempt (fn)
    17. function bluebird.bluebird_core (executor)
    18. function bluebird.cast (obj)
    19. function bluebird.config (opts)
    20. function bluebird.coroutine (generatorFunction, options)
    21. function bluebird.defer ()
    22. function bluebird.delay (ms, value)
    23. function bluebird.each (promises, fn)
    24. function bluebird.filter (promises, fn, options)
    25. function bluebird.fromCallback (fn)
    26. function bluebird.fromNode (fn)
    27. function bluebird.fulfilled (obj)
    28. function bluebird.getNewLibraryCopy ()
    29. function bluebird.hasLongStackTraces ()
    30. function bluebird.is (val)
    31. function bluebird.join ()
    32. function bluebird.longStackTraces ()
    33. function bluebird.map (promises, fn, options, _filter)
    34. function bluebird.mapSeries (promises, fn)
    35. function bluebird.method (fn)
    36. function bluebird.noConflict ()
    37. function bluebird.onPossiblyUnhandledRejection (fn)
    38. function bluebird.onUnhandledRejectionHandled (fn)
    39. function bluebird.pending ()
    40. function bluebird.promisify (fn, options)
    41. function bluebird.promisifyAll (target, options)
    42. function bluebird.props (promises)
    43. function bluebird.queue (capacity)
    44. function bluebird.race (promises)
    45. function bluebird.reduce (promises, fn, initialValue, _each)
    46. function bluebird.reject (reason)
    47. function bluebird.rejected (reason)
    48. function bluebird.resolve (obj)
    49. function bluebird.setScheduler (fn)
    50. function bluebird.settle (promises)
    51. function bluebird.some (promises, howMany)
    52. function bluebird.spawn (generatorFunction)
    53. function bluebird.try (fn)
    54. function bluebird.using ()
    55. object bluebird.AggregateError.prototype
    56. object bluebird.CancellationError.prototype
    57. object bluebird.OperationalError.prototype
    58. object bluebird.PromiseInspection.prototype
    59. object bluebird.TimeoutError.prototype
    60. object bluebird._SomePromiseArray.prototype
    61. object bluebird.async.prototype
    62. object bluebird.bluebird.prototype
    63. object bluebird.bluebird_core.prototype
    64. object bluebird.errors
    65. object bluebird.es5
    66. object bluebird.queue.prototype
    67. object bluebird.util
    68. string bluebird.version
  2. module bluebird.AggregateError
    1. function bluebird.AggregateError (message)
  3. module bluebird.AggregateError.prototype
    1. boolean bluebird.AggregateError.prototype.isOperational
    2. function bluebird.AggregateError.prototype.constructor (message)
    3. function bluebird.AggregateError.prototype.every ()
    4. function bluebird.AggregateError.prototype.filter ()
    5. function bluebird.AggregateError.prototype.forEach ()
    6. function bluebird.AggregateError.prototype.indexOf ()
    7. function bluebird.AggregateError.prototype.join ()
    8. function bluebird.AggregateError.prototype.lastIndexOf ()
    9. function bluebird.AggregateError.prototype.map ()
    10. function bluebird.AggregateError.prototype.pop ()
    11. function bluebird.AggregateError.prototype.push ()
    12. function bluebird.AggregateError.prototype.reduce ()
    13. function bluebird.AggregateError.prototype.reduceRight ()
    14. function bluebird.AggregateError.prototype.reverse ()
    15. function bluebird.AggregateError.prototype.shift ()
    16. function bluebird.AggregateError.prototype.slice ()
    17. function bluebird.AggregateError.prototype.some ()
    18. function bluebird.AggregateError.prototype.sort ()
    19. function bluebird.AggregateError.prototype.toString ()
    20. function bluebird.AggregateError.prototype.unshift ()
    21. number bluebird.AggregateError.prototype.length
  4. module bluebird.CancellationError
    1. function bluebird.CancellationError (message)
  5. module bluebird.CancellationError.prototype
    1. function bluebird.CancellationError.prototype.constructor (message)
  6. module bluebird.OperationalError
    1. function bluebird.OperationalError (message)
  7. module bluebird.OperationalError.prototype
    1. function bluebird.OperationalError.prototype.constructor (message)
  8. module bluebird.PromiseInspection
    1. function bluebird.PromiseInspection (promise)
  9. module bluebird.PromiseInspection.prototype
    1. function bluebird.PromiseInspection.prototype._settledValue ()
    2. function bluebird.PromiseInspection.prototype.error ()
    3. function bluebird.PromiseInspection.prototype.isCancelled ()
    4. function bluebird.PromiseInspection.prototype.isFulfilled ()
    5. function bluebird.PromiseInspection.prototype.isPending ()
    6. function bluebird.PromiseInspection.prototype.isRejected ()
    7. function bluebird.PromiseInspection.prototype.isResolved ()
    8. function bluebird.PromiseInspection.prototype.reason ()
    9. function bluebird.PromiseInspection.prototype.value ()
  10. module bluebird.TimeoutError
    1. function bluebird.TimeoutError (message)
  11. module bluebird.TimeoutError.prototype
    1. function bluebird.TimeoutError.prototype.constructor (message)
  12. module bluebird._SomePromiseArray
    1. function bluebird._SomePromiseArray (values)
  13. module bluebird._SomePromiseArray.prototype
    1. function bluebird._SomePromiseArray.prototype._addFulfilled (value)
    2. function bluebird._SomePromiseArray.prototype._addRejected (reason)
    3. function bluebird._SomePromiseArray.prototype._canPossiblyFulfill ()
    4. function bluebird._SomePromiseArray.prototype._checkOutcome ()
    5. function bluebird._SomePromiseArray.prototype._fulfilled ()
    6. function bluebird._SomePromiseArray.prototype._getRangeError (count)
    7. function bluebird._SomePromiseArray.prototype._init ()
    8. function bluebird._SomePromiseArray.prototype._promiseCancelled ()
    9. function bluebird._SomePromiseArray.prototype._promiseFulfilled (value)
    10. function bluebird._SomePromiseArray.prototype._promiseRejected (reason)
    11. function bluebird._SomePromiseArray.prototype._rejected ()
    12. function bluebird._SomePromiseArray.prototype._resolveEmptyArray ()
    13. function bluebird._SomePromiseArray.prototype.constructor (values)
    14. function bluebird._SomePromiseArray.prototype.howMany ()
    15. function bluebird._SomePromiseArray.prototype.init ()
    16. function bluebird._SomePromiseArray.prototype.setHowMany (count)
    17. function bluebird._SomePromiseArray.prototype.setUnwrap ()
  14. module bluebird.async
    1. function bluebird.async ()
    2. object bluebird.async.firstLineError
  15. module bluebird.async.prototype
    1. function bluebird.async.prototype._drainQueue (queue)
    2. function bluebird.async.prototype._drainQueues ()
    3. function bluebird.async.prototype._queueTick ()
    4. function bluebird.async.prototype._reset ()
    5. function bluebird.async.prototype.disableTrampolineIfNecessary ()
    6. function bluebird.async.prototype.enableTrampoline ()
    7. function bluebird.async.prototype.fatalError (e, isNode)
    8. function bluebird.async.prototype.hasCustomScheduler ()
    9. function bluebird.async.prototype.haveItemsQueued ()
    10. function bluebird.async.prototype.invoke (fn, receiver, arg)
    11. function bluebird.async.prototype.invokeLater (fn, receiver, arg)
    12. function bluebird.async.prototype.setScheduler (fn)
    13. function bluebird.async.prototype.settlePromises (promise)
    14. function bluebird.async.prototype.throwLater (fn, arg)
  16. module bluebird.bluebird
    1. function bluebird.bluebird (executor)
    2. function bluebird.bluebird.AggregateError (message)
    3. function bluebird.bluebird.CancellationError (message)
    4. function bluebird.bluebird.OperationalError (message)
    5. function bluebird.bluebird.Promise (executor)
    6. function bluebird.bluebird.PromiseInspection (promise)
    7. function bluebird.bluebird.RangeError ()
    8. function bluebird.bluebird.RejectionError (message)
    9. function bluebird.bluebird.TimeoutError (message)
    10. function bluebird.bluebird.TypeError ()
    11. function bluebird.bluebird._SomePromiseArray (values)
    12. function bluebird.bluebird._peekContext ()
    13. function bluebird.bluebird.all (promises)
    14. function bluebird.bluebird.any (promises)
    15. function bluebird.bluebird.attempt (fn)
    16. function bluebird.bluebird.bind (thisArg, value)
    17. function bluebird.bluebird.cast (obj)
    18. function bluebird.bluebird.config (opts)
    19. function bluebird.bluebird.coroutine (generatorFunction, options)
    20. function bluebird.bluebird.defer ()
    21. function bluebird.bluebird.delay (ms, value)
    22. function bluebird.bluebird.each (promises, fn)
    23. function bluebird.bluebird.filter (promises, fn, options)
    24. function bluebird.bluebird.fromCallback (fn)
    25. function bluebird.bluebird.fromNode (fn)
    26. function bluebird.bluebird.fulfilled (obj)
    27. function bluebird.bluebird.getNewLibraryCopy ()
    28. function bluebird.bluebird.hasLongStackTraces ()
    29. function bluebird.bluebird.is (val)
    30. function bluebird.bluebird.join ()
    31. function bluebird.bluebird.longStackTraces ()
    32. function bluebird.bluebird.map (promises, fn, options, _filter)
    33. function bluebird.bluebird.mapSeries (promises, fn)
    34. function bluebird.bluebird.method (fn)
    35. function bluebird.bluebird.noConflict ()
    36. function bluebird.bluebird.onPossiblyUnhandledRejection (fn)
    37. function bluebird.bluebird.onUnhandledRejectionHandled (fn)
    38. function bluebird.bluebird.pending ()
    39. function bluebird.bluebird.promisify (fn, options)
    40. function bluebird.bluebird.promisifyAll (target, options)
    41. function bluebird.bluebird.props (promises)
    42. function bluebird.bluebird.race (promises)
    43. function bluebird.bluebird.reduce (promises, fn, initialValue, _each)
    44. function bluebird.bluebird.reject (reason)
    45. function bluebird.bluebird.rejected (reason)
    46. function bluebird.bluebird.resolve (obj)
    47. function bluebird.bluebird.setScheduler (fn)
    48. function bluebird.bluebird.settle (promises)
    49. function bluebird.bluebird.some (promises, howMany)
    50. function bluebird.bluebird.spawn (generatorFunction)
    51. function bluebird.bluebird.try (fn)
    52. function bluebird.bluebird.using ()
    53. string bluebird.bluebird.version
  17. module bluebird.bluebird.prototype
    1. function bluebird.bluebird.prototype.__isCancelled ()
    2. function bluebird.bluebird.prototype._addCallbacks ( fulfill, reject, promise, receiver, domain )
    3. function bluebird.bluebird.prototype._attachCancellationCallback (onCancel)
    4. function bluebird.bluebird.prototype._attachExtraTrace (error, ignoreSelf)
    5. function bluebird.bluebird.prototype._boundValue ()
    6. function bluebird.bluebird.prototype._branchHasCancelled ()
    7. function bluebird.bluebird.prototype._cancel ()
    8. function bluebird.bluebird.prototype._cancelBranched ()
    9. function bluebird.bluebird.prototype._cancelBy (canceller)
    10. function bluebird.bluebird.prototype._cancelPromises ()
    11. function bluebird.bluebird.prototype._captureStackTrace ()
    12. function bluebird.bluebird.prototype._clearCallbackDataAtIndex (index)
    13. function bluebird.bluebird.prototype._clearCancellationData ()
    14. function bluebird.bluebird.prototype._doInvokeOnCancel (onCancelCallback, internalOnly)
    15. function bluebird.bluebird.prototype._enoughBranchesHaveCancelled ()
    16. function bluebird.bluebird.prototype._ensurePossibleRejectionHandled ()
    17. function bluebird.bluebird.prototype._execute (executor, resolve, reject)
    18. function bluebird.bluebird.prototype._fireEvent ()
    19. function bluebird.bluebird.prototype._followee ()
    20. function bluebird.bluebird.prototype._fulfill (value)
    21. function bluebird.bluebird.prototype._fulfillPromises (len, value)
    22. function bluebird.bluebird.prototype._fulfillmentHandlerAt (index)
    23. function bluebird.bluebird.prototype._getDisposer ()
    24. function bluebird.bluebird.prototype._invokeInternalOnCancel ()
    25. function bluebird.bluebird.prototype._invokeOnCancel ()
    26. function bluebird.bluebird.prototype._isBound ()
    27. function bluebird.bluebird.prototype._isCancellable ()
    28. function bluebird.bluebird.prototype._isCancelled ()
    29. function bluebird.bluebird.prototype._isDisposable ()
    30. function bluebird.bluebird.prototype._isFateSealed ()
    31. function bluebird.bluebird.prototype._isFinal ()
    32. function bluebird.bluebird.prototype._isFollowing ()
    33. function bluebird.bluebird.prototype._isRejectionUnhandled ()
    34. function bluebird.bluebird.prototype._isUnhandledRejectionNotified ()
    35. function bluebird.bluebird.prototype._length ()
    36. function bluebird.bluebird.prototype._migrateCallback0 (follower)
    37. function bluebird.bluebird.prototype._migrateCallbackAt (follower, index)
    38. function bluebird.bluebird.prototype._notifyUnhandledRejection ()
    39. function bluebird.bluebird.prototype._notifyUnhandledRejectionIsHandled ()
    40. function bluebird.bluebird.prototype._onCancel ()
    41. function bluebird.bluebird.prototype._passThrough (handler, type, success, fail)
    42. function bluebird.bluebird.prototype._peekContext ()
    43. function bluebird.bluebird.prototype._popContext ()
    44. function bluebird.bluebird.prototype._promiseAt (index)
    45. function bluebird.bluebird.prototype._promiseCreated ()
    46. function bluebird.bluebird.prototype._propagateFrom (parent, flags)
    47. function bluebird.bluebird.prototype._proxy (proxyable, arg)
    48. function bluebird.bluebird.prototype._pushContext ()
    49. function bluebird.bluebird.prototype._reason ()
    50. function bluebird.bluebird.prototype._receiverAt (index)
    51. function bluebird.bluebird.prototype._reject (reason)
    52. function bluebird.bluebird.prototype._rejectCallback (reason, synchronous, ignoreNonErrorWarnings)
    53. function bluebird.bluebird.prototype._rejectPromises (len, reason)
    54. function bluebird.bluebird.prototype._rejectionHandlerAt (index)
    55. function bluebird.bluebird.prototype._resolveCallback (value, shouldBind)
    56. function bluebird.bluebird.prototype._resolveFromExecutor (executor)
    57. function bluebird.bluebird.prototype._resolveFromSyncValue (value)
    58. function bluebird.bluebird.prototype._resultCancelled ()
    59. function bluebird.bluebird.prototype._returnedNonUndefined ()
    60. function bluebird.bluebird.prototype._setAsyncGuaranteed ()
    61. function bluebird.bluebird.prototype._setBoundTo (obj)
    62. function bluebird.bluebird.prototype._setCancelled ()
    63. function bluebird.bluebird.prototype._setDisposable (disposer)
    64. function bluebird.bluebird.prototype._setFollowee (promise)
    65. function bluebird.bluebird.prototype._setFollowing ()
    66. function bluebird.bluebird.prototype._setFulfilled ()
    67. function bluebird.bluebird.prototype._setIsFinal ()
    68. function bluebird.bluebird.prototype._setLength (len)
    69. function bluebird.bluebird.prototype._setOnCancel (handler)
    70. function bluebird.bluebird.prototype._setRejected ()
    71. function bluebird.bluebird.prototype._setRejectionIsUnhandled ()
    72. function bluebird.bluebird.prototype._setReturnedNonUndefined ()
    73. function bluebird.bluebird.prototype._setUnhandledRejectionIsNotified ()
    74. function bluebird.bluebird.prototype._setWillBeCancelled ()
    75. function bluebird.bluebird.prototype._settlePromise (promise, handler, receiver, value)
    76. function bluebird.bluebird.prototype._settlePromise0 (handler, value, bitField)
    77. function bluebird.bluebird.prototype._settlePromiseCtx (ctx)
    78. function bluebird.bluebird.prototype._settlePromiseFromHandler ( handler, receiver, value, promise )
    79. function bluebird.bluebird.prototype._settlePromiseLateCancellationObserver (ctx)
    80. function bluebird.bluebird.prototype._settlePromises ()
    81. function bluebird.bluebird.prototype._settledValue ()
    82. function bluebird.bluebird.prototype._target ()
    83. function bluebird.bluebird.prototype._then ( didFulfill, didReject, _, receiver, internalData )
    84. function bluebird.bluebird.prototype._unsetCancelled ()
    85. function bluebird.bluebird.prototype._unsetDisposable ()
    86. function bluebird.bluebird.prototype._unsetOnCancel ()
    87. function bluebird.bluebird.prototype._unsetRejectionIsUnhandled ()
    88. function bluebird.bluebird.prototype._unsetUnhandledRejectionIsNotified ()
    89. function bluebird.bluebird.prototype._value ()
    90. function bluebird.bluebird.prototype._warn (message, shouldUseOwnTrace, promise)
    91. function bluebird.bluebird.prototype.all ()
    92. function bluebird.bluebird.prototype.any ()
    93. function bluebird.bluebird.prototype.asCallback (nodeback, options)
    94. function bluebird.bluebird.prototype.bind (thisArg)
    95. function bluebird.bluebird.prototype.break ()
    96. function bluebird.bluebird.prototype.call (methodName)
    97. function bluebird.bluebird.prototype.cancel ()
    98. function bluebird.bluebird.prototype.catch (fn)
    99. function bluebird.bluebird.prototype.catchReturn (value)
    100. function bluebird.bluebird.prototype.catchThrow (reason)
    101. function bluebird.bluebird.prototype.caught (fn)
    102. function bluebird.bluebird.prototype.delay (ms)
    103. function bluebird.bluebird.prototype.disposer (fn)
    104. function bluebird.bluebird.prototype.done (didFulfill, didReject)
    105. function bluebird.bluebird.prototype.each (fn)
    106. function bluebird.bluebird.prototype.error (fn)
    107. function bluebird.bluebird.prototype.filter (fn, options)
    108. function bluebird.bluebird.prototype.finally (handler)
    109. function bluebird.bluebird.prototype.get (propertyName)
    110. function bluebird.bluebird.prototype.isCancellable ()
    111. function bluebird.bluebird.prototype.isCancelled ()
    112. function bluebird.bluebird.prototype.isFulfilled ()
    113. function bluebird.bluebird.prototype.isPending ()
    114. function bluebird.bluebird.prototype.isRejected ()
    115. function bluebird.bluebird.prototype.isResolved ()
    116. function bluebird.bluebird.prototype.lastly (handler)
    117. function bluebird.bluebird.prototype.map (fn, options)
    118. function bluebird.bluebird.prototype.mapSeries (fn)
    119. function bluebird.bluebird.prototype.nodeify (nodeback, options)
    120. function bluebird.bluebird.prototype.props ()
    121. function bluebird.bluebird.prototype.race ()
    122. function bluebird.bluebird.prototype.reason ()
    123. function bluebird.bluebird.prototype.reduce (fn, initialValue)
    124. function bluebird.bluebird.prototype.reflect ()
    125. function bluebird.bluebird.prototype.return (value)
    126. function bluebird.bluebird.prototype.settle ()
    127. function bluebird.bluebird.prototype.some (howMany)
    128. function bluebird.bluebird.prototype.spread (fn)
    129. function bluebird.bluebird.prototype.suppressUnhandledRejections ()
    130. function bluebird.bluebird.prototype.tap (handler)
    131. function bluebird.bluebird.prototype.tapCatch (handlerOrPredicate)
    132. function bluebird.bluebird.prototype.then (didFulfill, didReject)
    133. function bluebird.bluebird.prototype.thenReturn (value)
    134. function bluebird.bluebird.prototype.thenThrow (reason)
    135. function bluebird.bluebird.prototype.throw (reason)
    136. function bluebird.bluebird.prototype.timeout (ms, message)
    137. function bluebird.bluebird.prototype.toJSON ()
    138. function bluebird.bluebird.prototype.toString ()
    139. function bluebird.bluebird.prototype.value ()
  18. module bluebird.bluebird_core
    1. function bluebird.bluebird_core (executor)
    2. function bluebird.bluebird_core.AggregateError (message)
    3. function bluebird.bluebird_core.CancellationError (message)
    4. function bluebird.bluebird_core.OperationalError (message)
    5. function bluebird.bluebird_core.Promise (executor)
    6. function bluebird.bluebird_core.PromiseInspection (promise)
    7. function bluebird.bluebird_core.RangeError ()
    8. function bluebird.bluebird_core.RejectionError (message)
    9. function bluebird.bluebird_core.TimeoutError (message)
    10. function bluebird.bluebird_core.TypeError ()
    11. function bluebird.bluebird_core._peekContext ()
    12. function bluebird.bluebird_core.all (promises)
    13. function bluebird.bluebird_core.attempt (fn)
    14. function bluebird.bluebird_core.bind (thisArg, value)
    15. function bluebird.bluebird_core.cast (obj)
    16. function bluebird.bluebird_core.config (opts)
    17. function bluebird.bluebird_core.defer ()
    18. function bluebird.bluebird_core.fromCallback (fn)
    19. function bluebird.bluebird_core.fromNode (fn)
    20. function bluebird.bluebird_core.fulfilled (obj)
    21. function bluebird.bluebird_core.getNewLibraryCopy ()
    22. function bluebird.bluebird_core.hasLongStackTraces ()
    23. function bluebird.bluebird_core.is (val)
    24. function bluebird.bluebird_core.join ()
    25. function bluebird.bluebird_core.longStackTraces ()
    26. function bluebird.bluebird_core.method (fn)
    27. function bluebird.bluebird_core.noConflict ()
    28. function bluebird.bluebird_core.onPossiblyUnhandledRejection (fn)
    29. function bluebird.bluebird_core.onUnhandledRejectionHandled (fn)
    30. function bluebird.bluebird_core.pending ()
    31. function bluebird.bluebird_core.reject (reason)
    32. function bluebird.bluebird_core.rejected (reason)
    33. function bluebird.bluebird_core.resolve (obj)
    34. function bluebird.bluebird_core.setScheduler (fn)
    35. function bluebird.bluebird_core.try (fn)
    36. string bluebird.bluebird_core.version
  19. module bluebird.bluebird_core.prototype
    1. function bluebird.bluebird_core.prototype.__isCancelled ()
    2. function bluebird.bluebird_core.prototype._addCallbacks ( fulfill, reject, promise, receiver, domain )
    3. function bluebird.bluebird_core.prototype._attachCancellationCallback (onCancel)
    4. function bluebird.bluebird_core.prototype._attachExtraTrace (error, ignoreSelf)
    5. function bluebird.bluebird_core.prototype._boundValue ()
    6. function bluebird.bluebird_core.prototype._branchHasCancelled ()
    7. function bluebird.bluebird_core.prototype._cancel ()
    8. function bluebird.bluebird_core.prototype._cancelBranched ()
    9. function bluebird.bluebird_core.prototype._cancelBy (canceller)
    10. function bluebird.bluebird_core.prototype._cancelPromises ()
    11. function bluebird.bluebird_core.prototype._captureStackTrace ()
    12. function bluebird.bluebird_core.prototype._clearCallbackDataAtIndex (index)
    13. function bluebird.bluebird_core.prototype._clearCancellationData ()
    14. function bluebird.bluebird_core.prototype._doInvokeOnCancel (onCancelCallback, internalOnly)
    15. function bluebird.bluebird_core.prototype._enoughBranchesHaveCancelled ()
    16. function bluebird.bluebird_core.prototype._ensurePossibleRejectionHandled ()
    17. function bluebird.bluebird_core.prototype._execute (executor, resolve, reject)
    18. function bluebird.bluebird_core.prototype._fireEvent ()
    19. function bluebird.bluebird_core.prototype._followee ()
    20. function bluebird.bluebird_core.prototype._fulfill (value)
    21. function bluebird.bluebird_core.prototype._fulfillPromises (len, value)
    22. function bluebird.bluebird_core.prototype._fulfillmentHandlerAt (index)
    23. function bluebird.bluebird_core.prototype._invokeInternalOnCancel ()
    24. function bluebird.bluebird_core.prototype._invokeOnCancel ()
    25. function bluebird.bluebird_core.prototype._isBound ()
    26. function bluebird.bluebird_core.prototype._isCancellable ()
    27. function bluebird.bluebird_core.prototype._isCancelled ()
    28. function bluebird.bluebird_core.prototype._isFateSealed ()
    29. function bluebird.bluebird_core.prototype._isFinal ()
    30. function bluebird.bluebird_core.prototype._isFollowing ()
    31. function bluebird.bluebird_core.prototype._isRejectionUnhandled ()
    32. function bluebird.bluebird_core.prototype._isUnhandledRejectionNotified ()
    33. function bluebird.bluebird_core.prototype._length ()
    34. function bluebird.bluebird_core.prototype._migrateCallback0 (follower)
    35. function bluebird.bluebird_core.prototype._migrateCallbackAt (follower, index)
    36. function bluebird.bluebird_core.prototype._notifyUnhandledRejection ()
    37. function bluebird.bluebird_core.prototype._notifyUnhandledRejectionIsHandled ()
    38. function bluebird.bluebird_core.prototype._onCancel ()
    39. function bluebird.bluebird_core.prototype._passThrough (handler, type, success, fail)
    40. function bluebird.bluebird_core.prototype._peekContext ()
    41. function bluebird.bluebird_core.prototype._popContext ()
    42. function bluebird.bluebird_core.prototype._promiseAt (index)
    43. function bluebird.bluebird_core.prototype._promiseCreated ()
    44. function bluebird.bluebird_core.prototype._propagateFrom (parent, flags)
    45. function bluebird.bluebird_core.prototype._proxy (proxyable, arg)
    46. function bluebird.bluebird_core.prototype._pushContext ()
    47. function bluebird.bluebird_core.prototype._reason ()
    48. function bluebird.bluebird_core.prototype._receiverAt (index)
    49. function bluebird.bluebird_core.prototype._reject (reason)
    50. function bluebird.bluebird_core.prototype._rejectCallback (reason, synchronous, ignoreNonErrorWarnings)
    51. function bluebird.bluebird_core.prototype._rejectPromises (len, reason)
    52. function bluebird.bluebird_core.prototype._rejectionHandlerAt (index)
    53. function bluebird.bluebird_core.prototype._resolveCallback (value, shouldBind)
    54. function bluebird.bluebird_core.prototype._resolveFromExecutor (executor)
    55. function bluebird.bluebird_core.prototype._resolveFromSyncValue (value)
    56. function bluebird.bluebird_core.prototype._resultCancelled ()
    57. function bluebird.bluebird_core.prototype._returnedNonUndefined ()
    58. function bluebird.bluebird_core.prototype._setAsyncGuaranteed ()
    59. function bluebird.bluebird_core.prototype._setBoundTo (obj)
    60. function bluebird.bluebird_core.prototype._setCancelled ()
    61. function bluebird.bluebird_core.prototype._setFollowee (promise)
    62. function bluebird.bluebird_core.prototype._setFollowing ()
    63. function bluebird.bluebird_core.prototype._setFulfilled ()
    64. function bluebird.bluebird_core.prototype._setIsFinal ()
    65. function bluebird.bluebird_core.prototype._setLength (len)
    66. function bluebird.bluebird_core.prototype._setOnCancel (handler)
    67. function bluebird.bluebird_core.prototype._setRejected ()
    68. function bluebird.bluebird_core.prototype._setRejectionIsUnhandled ()
    69. function bluebird.bluebird_core.prototype._setReturnedNonUndefined ()
    70. function bluebird.bluebird_core.prototype._setUnhandledRejectionIsNotified ()
    71. function bluebird.bluebird_core.prototype._setWillBeCancelled ()
    72. function bluebird.bluebird_core.prototype._settlePromise (promise, handler, receiver, value)
    73. function bluebird.bluebird_core.prototype._settlePromise0 (handler, value, bitField)
    74. function bluebird.bluebird_core.prototype._settlePromiseCtx (ctx)
    75. function bluebird.bluebird_core.prototype._settlePromiseFromHandler ( handler, receiver, value, promise )
    76. function bluebird.bluebird_core.prototype._settlePromiseLateCancellationObserver (ctx)
    77. function bluebird.bluebird_core.prototype._settlePromises ()
    78. function bluebird.bluebird_core.prototype._settledValue ()
    79. function bluebird.bluebird_core.prototype._target ()
    80. function bluebird.bluebird_core.prototype._then ( didFulfill, didReject, _, receiver, internalData )
    81. function bluebird.bluebird_core.prototype._unsetCancelled ()
    82. function bluebird.bluebird_core.prototype._unsetOnCancel ()
    83. function bluebird.bluebird_core.prototype._unsetRejectionIsUnhandled ()
    84. function bluebird.bluebird_core.prototype._unsetUnhandledRejectionIsNotified ()
    85. function bluebird.bluebird_core.prototype._value ()
    86. function bluebird.bluebird_core.prototype._warn (message, shouldUseOwnTrace, promise)
    87. function bluebird.bluebird_core.prototype.all ()
    88. function bluebird.bluebird_core.prototype.bind (thisArg)
    89. function bluebird.bluebird_core.prototype.break ()
    90. function bluebird.bluebird_core.prototype.cancel ()
    91. function bluebird.bluebird_core.prototype.catch (fn)
    92. function bluebird.bluebird_core.prototype.catchReturn (value)
    93. function bluebird.bluebird_core.prototype.catchThrow (reason)
    94. function bluebird.bluebird_core.prototype.caught (fn)
    95. function bluebird.bluebird_core.prototype.done (didFulfill, didReject)
    96. function bluebird.bluebird_core.prototype.error (fn)
    97. function bluebird.bluebird_core.prototype.finally (handler)
    98. function bluebird.bluebird_core.prototype.isCancellable ()
    99. function bluebird.bluebird_core.prototype.isCancelled ()
    100. function bluebird.bluebird_core.prototype.isFulfilled ()
    101. function bluebird.bluebird_core.prototype.isPending ()
    102. function bluebird.bluebird_core.prototype.isRejected ()
    103. function bluebird.bluebird_core.prototype.isResolved ()
    104. function bluebird.bluebird_core.prototype.lastly (handler)
    105. function bluebird.bluebird_core.prototype.reason ()
    106. function bluebird.bluebird_core.prototype.reflect ()
    107. function bluebird.bluebird_core.prototype.return (value)
    108. function bluebird.bluebird_core.prototype.spread (fn)
    109. function bluebird.bluebird_core.prototype.suppressUnhandledRejections ()
    110. function bluebird.bluebird_core.prototype.tap (handler)
    111. function bluebird.bluebird_core.prototype.tapCatch (handlerOrPredicate)
    112. function bluebird.bluebird_core.prototype.then (didFulfill, didReject)
    113. function bluebird.bluebird_core.prototype.thenReturn (value)
    114. function bluebird.bluebird_core.prototype.thenThrow (reason)
    115. function bluebird.bluebird_core.prototype.throw (reason)
    116. function bluebird.bluebird_core.prototype.toJSON ()
    117. function bluebird.bluebird_core.prototype.toString ()
    118. function bluebird.bluebird_core.prototype.value ()
  20. module bluebird.coroutine
    1. function bluebird.coroutine (generatorFunction, options)
    2. function bluebird.coroutine.addYieldHandler (fn)
  21. module bluebird.errors
    1. function bluebird.errors.AggregateError (message)
    2. function bluebird.errors.CancellationError (message)
    3. function bluebird.errors.Error ()
    4. function bluebird.errors.OperationalError (message)
    5. function bluebird.errors.RangeError ()
    6. function bluebird.errors.TimeoutError (message)
    7. function bluebird.errors.TypeError ()
    8. function bluebird.errors.Warning (message)
  22. module bluebird.es5
    1. boolean bluebird.es5.isES5
    2. function bluebird.es5.defineProperty ()
    3. function bluebird.es5.freeze ()
    4. function bluebird.es5.getDescriptor ()
    5. function bluebird.es5.getPrototypeOf ()
    6. function bluebird.es5.isArray ()
    7. function bluebird.es5.keys ()
    8. function bluebird.es5.names ()
    9. function bluebird.es5.propertyIsWritable (obj, prop)
  23. module bluebird.queue
    1. function bluebird.queue (capacity)
  24. module bluebird.queue.prototype
    1. function bluebird.queue.prototype._checkCapacity (size)
    2. function bluebird.queue.prototype._pushOne (arg)
    3. function bluebird.queue.prototype._resizeTo (capacity)
    4. function bluebird.queue.prototype._willBeOverCapacity (size)
    5. function bluebird.queue.prototype.length ()
    6. function bluebird.queue.prototype.push (fn, receiver, arg)
    7. function bluebird.queue.prototype.shift ()
  25. module bluebird.util
    1. boolean bluebird.util.canEvaluate
    2. boolean bluebird.util.hasDevTools
    3. boolean bluebird.util.hasEnvVariables
    4. boolean bluebird.util.isNode
    5. boolean bluebird.util.isRecentNode
    6. function bluebird.util.asArray (v)
    7. function bluebird.util.canAttachTrace (obj)
    8. function bluebird.util.classString (obj)
    9. function bluebird.util.copyDescriptors (from, to, filter)
    10. function bluebird.util.domainBind (self, cb)
    11. function bluebird.util.ensureErrorObject (value)
    12. function bluebird.util.env (key)
    13. function bluebird.util.filledRange (count, prefix, suffix)
    14. function bluebird.util.getDataPropertyOrDefault (obj, key, defaultValue)
    15. function bluebird.util.getNativePromise ()
    16. function bluebird.util.inheritedDataKeys (obj)
    17. function bluebird.util.inherits (Child, Parent)
    18. function bluebird.util.isArray ()
    19. function bluebird.util.isClass (fn)
    20. function bluebird.util.isError (obj)
    21. function bluebird.util.isIdentifier (str)
    22. function bluebird.util.isObject (value)
    23. function bluebird.util.isPrimitive (val)
    24. function bluebird.util.markAsOriginatingFromRejection (e)
    25. function bluebird.util.maybeWrapAsError (maybeError)
    26. function bluebird.util.notEnumerableProp (obj, name, value)
    27. function bluebird.util.originatesFromRejection (e)
    28. function bluebird.util.thrower (r)
    29. function bluebird.util.toFastProperties (obj)
    30. function bluebird.util.toString (obj)
    31. function bluebird.util.tryCatch (fn)
    32. function bluebird.util.withAppended (target, appendee)
    33. object bluebird.util.errorObj
    34. object bluebird.util.lastLineError

module bluebird

function bluebird (executor)

function bluebird.AggregateError (message)

function bluebird.CancellationError (message)

function bluebird.OperationalError (message)

function bluebird.Promise (executor)

function bluebird.PromiseInspection (promise)

function bluebird.RangeError ()

function bluebird.RejectionError (message)

function bluebird.TimeoutError (message)

function bluebird.TypeError ()

function bluebird._SomePromiseArray (values)

function bluebird._peekContext ()

function bluebird.all (promises)

function bluebird.any (promises)

function bluebird.async ()

function bluebird.attempt (fn)

function bluebird.bluebird_core (executor)

function bluebird.cast (obj)

function bluebird.config (opts)

function bluebird.coroutine (generatorFunction, options)

function bluebird.defer ()

function bluebird.delay (ms, value)

function bluebird.each (promises, fn)

function bluebird.filter (promises, fn, options)

function bluebird.fromCallback (fn)

function bluebird.fromNode (fn)

function bluebird.fulfilled (obj)

function bluebird.getNewLibraryCopy ()

function bluebird.hasLongStackTraces ()

function bluebird.is (val)

function bluebird.join ()

function bluebird.longStackTraces ()

function bluebird.map (promises, fn, options, _filter)

function bluebird.mapSeries (promises, fn)

function bluebird.method (fn)

function bluebird.noConflict ()

function bluebird.onPossiblyUnhandledRejection (fn)

function bluebird.onUnhandledRejectionHandled (fn)

function bluebird.pending ()

function bluebird.promisify (fn, options)

function bluebird.promisifyAll (target, options)

function bluebird.props (promises)

function bluebird.queue (capacity)

function bluebird.race (promises)

function bluebird.reduce (promises, fn, initialValue, _each)

function bluebird.reject (reason)

function bluebird.rejected (reason)

function bluebird.resolve (obj)

function bluebird.setScheduler (fn)

function bluebird.settle (promises)

function bluebird.some (promises, howMany)

function bluebird.spawn (generatorFunction)

function bluebird.try (fn)

function bluebird.using ()

module bluebird.AggregateError

function bluebird.AggregateError (message)

module bluebird.AggregateError.prototype

function bluebird.AggregateError.prototype.constructor (message)

function bluebird.AggregateError.prototype.every ()

function bluebird.AggregateError.prototype.filter ()

function bluebird.AggregateError.prototype.forEach ()

function bluebird.AggregateError.prototype.indexOf ()

function bluebird.AggregateError.prototype.join ()

function bluebird.AggregateError.prototype.lastIndexOf ()

function bluebird.AggregateError.prototype.map ()

function bluebird.AggregateError.prototype.pop ()

function bluebird.AggregateError.prototype.push ()

function bluebird.AggregateError.prototype.reduce ()

function bluebird.AggregateError.prototype.reduceRight ()

function bluebird.AggregateError.prototype.reverse ()

function bluebird.AggregateError.prototype.shift ()

function bluebird.AggregateError.prototype.slice ()

function bluebird.AggregateError.prototype.some ()

function bluebird.AggregateError.prototype.sort ()

function bluebird.AggregateError.prototype.toString ()

function bluebird.AggregateError.prototype.unshift ()

module bluebird.CancellationError

function bluebird.CancellationError (message)

module bluebird.CancellationError.prototype

function bluebird.CancellationError.prototype.constructor (message)

module bluebird.OperationalError

function bluebird.OperationalError (message)

module bluebird.OperationalError.prototype

function bluebird.OperationalError.prototype.constructor (message)

module bluebird.PromiseInspection

function bluebird.PromiseInspection (promise)

module bluebird.PromiseInspection.prototype

function bluebird.PromiseInspection.prototype._settledValue ()

function bluebird.PromiseInspection.prototype.error ()

function bluebird.PromiseInspection.prototype.isCancelled ()

function bluebird.PromiseInspection.prototype.isFulfilled ()

function bluebird.PromiseInspection.prototype.isPending ()

function bluebird.PromiseInspection.prototype.isRejected ()

function bluebird.PromiseInspection.prototype.isResolved ()

function bluebird.PromiseInspection.prototype.reason ()

function bluebird.PromiseInspection.prototype.value ()

module bluebird.TimeoutError

function bluebird.TimeoutError (message)

module bluebird.TimeoutError.prototype

function bluebird.TimeoutError.prototype.constructor (message)

module bluebird._SomePromiseArray

function bluebird._SomePromiseArray (values)

module bluebird._SomePromiseArray.prototype

function bluebird._SomePromiseArray.prototype._addFulfilled (value)

function bluebird._SomePromiseArray.prototype._addRejected (reason)

function bluebird._SomePromiseArray.prototype._canPossiblyFulfill ()

function bluebird._SomePromiseArray.prototype._checkOutcome ()

function bluebird._SomePromiseArray.prototype._fulfilled ()

function bluebird._SomePromiseArray.prototype._getRangeError (count)

function bluebird._SomePromiseArray.prototype._init ()

function bluebird._SomePromiseArray.prototype._promiseCancelled ()

function bluebird._SomePromiseArray.prototype._promiseFulfilled (value)

function bluebird._SomePromiseArray.prototype._promiseRejected (reason)

function bluebird._SomePromiseArray.prototype._rejected ()

function bluebird._SomePromiseArray.prototype._resolveEmptyArray ()

function bluebird._SomePromiseArray.prototype.constructor (values)

function bluebird._SomePromiseArray.prototype.howMany ()

function bluebird._SomePromiseArray.prototype.init ()

function bluebird._SomePromiseArray.prototype.setHowMany (count)

function bluebird._SomePromiseArray.prototype.setUnwrap ()

module bluebird.async

function bluebird.async ()

module bluebird.async.prototype

function bluebird.async.prototype._drainQueue (queue)

function bluebird.async.prototype._drainQueues ()

function bluebird.async.prototype._queueTick ()

function bluebird.async.prototype._reset ()

function bluebird.async.prototype.disableTrampolineIfNecessary ()

function bluebird.async.prototype.enableTrampoline ()

function bluebird.async.prototype.fatalError (e, isNode)

function bluebird.async.prototype.hasCustomScheduler ()

function bluebird.async.prototype.haveItemsQueued ()

function bluebird.async.prototype.invoke (fn, receiver, arg)

function bluebird.async.prototype.invokeLater (fn, receiver, arg)

function bluebird.async.prototype.setScheduler (fn)

function bluebird.async.prototype.settlePromises (promise)

function bluebird.async.prototype.throwLater (fn, arg)

module bluebird.bluebird

function bluebird.bluebird (executor)

function bluebird.bluebird.AggregateError (message)

function bluebird.bluebird.CancellationError (message)

function bluebird.bluebird.OperationalError (message)

function bluebird.bluebird.Promise (executor)

function bluebird.bluebird.PromiseInspection (promise)

function bluebird.bluebird.RangeError ()

function bluebird.bluebird.RejectionError (message)

function bluebird.bluebird.TimeoutError (message)

function bluebird.bluebird.TypeError ()

function bluebird.bluebird._SomePromiseArray (values)

function bluebird.bluebird._peekContext ()

function bluebird.bluebird.all (promises)

function bluebird.bluebird.any (promises)

function bluebird.bluebird.attempt (fn)

function bluebird.bluebird.bind (thisArg, value)

function bluebird.bluebird.cast (obj)

function bluebird.bluebird.config (opts)

function bluebird.bluebird.coroutine (generatorFunction, options)

function bluebird.bluebird.defer ()

function bluebird.bluebird.delay (ms, value)

function bluebird.bluebird.each (promises, fn)

function bluebird.bluebird.filter (promises, fn, options)

function bluebird.bluebird.fromCallback (fn)

function bluebird.bluebird.fromNode (fn)

function bluebird.bluebird.fulfilled (obj)

function bluebird.bluebird.getNewLibraryCopy ()

function bluebird.bluebird.hasLongStackTraces ()

function bluebird.bluebird.is (val)

function bluebird.bluebird.join ()

function bluebird.bluebird.longStackTraces ()

function bluebird.bluebird.map (promises, fn, options, _filter)

function bluebird.bluebird.mapSeries (promises, fn)

function bluebird.bluebird.method (fn)

function bluebird.bluebird.noConflict ()

function bluebird.bluebird.onPossiblyUnhandledRejection (fn)

function bluebird.bluebird.onUnhandledRejectionHandled (fn)

function bluebird.bluebird.pending ()

function bluebird.bluebird.promisify (fn, options)

function bluebird.bluebird.promisifyAll (target, options)

function bluebird.bluebird.props (promises)

function bluebird.bluebird.race (promises)

function bluebird.bluebird.reduce (promises, fn, initialValue, _each)

function bluebird.bluebird.reject (reason)

function bluebird.bluebird.rejected (reason)

function bluebird.bluebird.resolve (obj)

function bluebird.bluebird.setScheduler (fn)

function bluebird.bluebird.settle (promises)

function bluebird.bluebird.some (promises, howMany)

function bluebird.bluebird.spawn (generatorFunction)

function bluebird.bluebird.try (fn)

function bluebird.bluebird.using ()

module bluebird.bluebird.prototype

function bluebird.bluebird.prototype.__isCancelled ()

function bluebird.bluebird.prototype._addCallbacks ( fulfill, reject, promise, receiver, domain )

function bluebird.bluebird.prototype._attachCancellationCallback (onCancel)

function bluebird.bluebird.prototype._attachExtraTrace (error, ignoreSelf)

function bluebird.bluebird.prototype._boundValue ()

function bluebird.bluebird.prototype._branchHasCancelled ()

function bluebird.bluebird.prototype._cancel ()

function bluebird.bluebird.prototype._cancelBranched ()

function bluebird.bluebird.prototype._cancelBy (canceller)

function bluebird.bluebird.prototype._cancelPromises ()

function bluebird.bluebird.prototype._captureStackTrace ()

function bluebird.bluebird.prototype._clearCallbackDataAtIndex (index)

function bluebird.bluebird.prototype._clearCancellationData ()

function bluebird.bluebird.prototype._doInvokeOnCancel (onCancelCallback, internalOnly)

function bluebird.bluebird.prototype._enoughBranchesHaveCancelled ()

function bluebird.bluebird.prototype._ensurePossibleRejectionHandled ()

function bluebird.bluebird.prototype._execute (executor, resolve, reject)

function bluebird.bluebird.prototype._fireEvent ()

function bluebird.bluebird.prototype._followee ()

function bluebird.bluebird.prototype._fulfill (value)

function bluebird.bluebird.prototype._fulfillPromises (len, value)

function bluebird.bluebird.prototype._fulfillmentHandlerAt (index)

function bluebird.bluebird.prototype._getDisposer ()

function bluebird.bluebird.prototype._invokeInternalOnCancel ()

function bluebird.bluebird.prototype._invokeOnCancel ()

function bluebird.bluebird.prototype._isBound ()

function bluebird.bluebird.prototype._isCancellable ()

function bluebird.bluebird.prototype._isCancelled ()

function bluebird.bluebird.prototype._isDisposable ()

function bluebird.bluebird.prototype._isFateSealed ()

function bluebird.bluebird.prototype._isFinal ()

function bluebird.bluebird.prototype._isFollowing ()

function bluebird.bluebird.prototype._isRejectionUnhandled ()

function bluebird.bluebird.prototype._isUnhandledRejectionNotified ()

function bluebird.bluebird.prototype._length ()

function bluebird.bluebird.prototype._migrateCallback0 (follower)

function bluebird.bluebird.prototype._migrateCallbackAt (follower, index)

function bluebird.bluebird.prototype._notifyUnhandledRejection ()

function bluebird.bluebird.prototype._notifyUnhandledRejectionIsHandled ()

function bluebird.bluebird.prototype._onCancel ()

function bluebird.bluebird.prototype._passThrough (handler, type, success, fail)

function bluebird.bluebird.prototype._peekContext ()

function bluebird.bluebird.prototype._popContext ()

function bluebird.bluebird.prototype._promiseAt (index)

function bluebird.bluebird.prototype._promiseCreated ()

function bluebird.bluebird.prototype._propagateFrom (parent, flags)

function bluebird.bluebird.prototype._proxy (proxyable, arg)

function bluebird.bluebird.prototype._pushContext ()

function bluebird.bluebird.prototype._reason ()

function bluebird.bluebird.prototype._receiverAt (index)

function bluebird.bluebird.prototype._reject (reason)

function bluebird.bluebird.prototype._rejectCallback (reason, synchronous, ignoreNonErrorWarnings)

function bluebird.bluebird.prototype._rejectPromises (len, reason)

function bluebird.bluebird.prototype._rejectionHandlerAt (index)

function bluebird.bluebird.prototype._resolveCallback (value, shouldBind)

function bluebird.bluebird.prototype._resolveFromExecutor (executor)

function bluebird.bluebird.prototype._resolveFromSyncValue (value)

function bluebird.bluebird.prototype._resultCancelled ()

function bluebird.bluebird.prototype._returnedNonUndefined ()

function bluebird.bluebird.prototype._setAsyncGuaranteed ()

function bluebird.bluebird.prototype._setBoundTo (obj)

function bluebird.bluebird.prototype._setCancelled ()

function bluebird.bluebird.prototype._setDisposable (disposer)

function bluebird.bluebird.prototype._setFollowee (promise)

function bluebird.bluebird.prototype._setFollowing ()

function bluebird.bluebird.prototype._setFulfilled ()

function bluebird.bluebird.prototype._setIsFinal ()

function bluebird.bluebird.prototype._setLength (len)

function bluebird.bluebird.prototype._setOnCancel (handler)

function bluebird.bluebird.prototype._setRejected ()

function bluebird.bluebird.prototype._setRejectionIsUnhandled ()

function bluebird.bluebird.prototype._setReturnedNonUndefined ()

function bluebird.bluebird.prototype._setUnhandledRejectionIsNotified ()

function bluebird.bluebird.prototype._setWillBeCancelled ()

function bluebird.bluebird.prototype._settlePromise (promise, handler, receiver, value)

function bluebird.bluebird.prototype._settlePromise0 (handler, value, bitField)

function bluebird.bluebird.prototype._settlePromiseCtx (ctx)

function bluebird.bluebird.prototype._settlePromiseFromHandler ( handler, receiver, value, promise )

function bluebird.bluebird.prototype._settlePromiseLateCancellationObserver (ctx)

function bluebird.bluebird.prototype._settlePromises ()

function bluebird.bluebird.prototype._settledValue ()

function bluebird.bluebird.prototype._target ()

function bluebird.bluebird.prototype._then ( didFulfill, didReject, _, receiver, internalData )

function bluebird.bluebird.prototype._unsetCancelled ()

function bluebird.bluebird.prototype._unsetDisposable ()

function bluebird.bluebird.prototype._unsetOnCancel ()

function bluebird.bluebird.prototype._unsetRejectionIsUnhandled ()

function bluebird.bluebird.prototype._unsetUnhandledRejectionIsNotified ()

function bluebird.bluebird.prototype._value ()

function bluebird.bluebird.prototype._warn (message, shouldUseOwnTrace, promise)

function bluebird.bluebird.prototype.all ()

function bluebird.bluebird.prototype.any ()

function bluebird.bluebird.prototype.asCallback (nodeback, options)

function bluebird.bluebird.prototype.bind (thisArg)

function bluebird.bluebird.prototype.break ()

function bluebird.bluebird.prototype.call (methodName)

function bluebird.bluebird.prototype.cancel ()

function bluebird.bluebird.prototype.catch (fn)

function bluebird.bluebird.prototype.catchReturn (value)

function bluebird.bluebird.prototype.catchThrow (reason)

function bluebird.bluebird.prototype.caught (fn)

function bluebird.bluebird.prototype.delay (ms)

function bluebird.bluebird.prototype.disposer (fn)

function bluebird.bluebird.prototype.done (didFulfill, didReject)

function bluebird.bluebird.prototype.each (fn)

function bluebird.bluebird.prototype.error (fn)

function bluebird.bluebird.prototype.filter (fn, options)

function bluebird.bluebird.prototype.finally (handler)

function bluebird.bluebird.prototype.get (propertyName)

function bluebird.bluebird.prototype.isCancellable ()

function bluebird.bluebird.prototype.isCancelled ()

function bluebird.bluebird.prototype.isFulfilled ()

function bluebird.bluebird.prototype.isPending ()

function bluebird.bluebird.prototype.isRejected ()

function bluebird.bluebird.prototype.isResolved ()

function bluebird.bluebird.prototype.lastly (handler)

function bluebird.bluebird.prototype.map (fn, options)

function bluebird.bluebird.prototype.mapSeries (fn)

function bluebird.bluebird.prototype.nodeify (nodeback, options)

function bluebird.bluebird.prototype.props ()

function bluebird.bluebird.prototype.race ()

function bluebird.bluebird.prototype.reason ()

function bluebird.bluebird.prototype.reduce (fn, initialValue)

function bluebird.bluebird.prototype.reflect ()

function bluebird.bluebird.prototype.return (value)

function bluebird.bluebird.prototype.settle ()

function bluebird.bluebird.prototype.some (howMany)

function bluebird.bluebird.prototype.spread (fn)

function bluebird.bluebird.prototype.suppressUnhandledRejections ()

function bluebird.bluebird.prototype.tap (handler)

function bluebird.bluebird.prototype.tapCatch (handlerOrPredicate)

function bluebird.bluebird.prototype.then (didFulfill, didReject)

function bluebird.bluebird.prototype.thenReturn (value)

function bluebird.bluebird.prototype.thenThrow (reason)

function bluebird.bluebird.prototype.throw (reason)

function bluebird.bluebird.prototype.timeout (ms, message)

function bluebird.bluebird.prototype.toJSON ()

function bluebird.bluebird.prototype.toString ()

function bluebird.bluebird.prototype.value ()

module bluebird.bluebird_core

function bluebird.bluebird_core (executor)

function bluebird.bluebird_core.AggregateError (message)

function bluebird.bluebird_core.CancellationError (message)

function bluebird.bluebird_core.OperationalError (message)

function bluebird.bluebird_core.Promise (executor)

function bluebird.bluebird_core.PromiseInspection (promise)

function bluebird.bluebird_core.RangeError ()

function bluebird.bluebird_core.RejectionError (message)

function bluebird.bluebird_core.TimeoutError (message)

function bluebird.bluebird_core.TypeError ()

function bluebird.bluebird_core._peekContext ()

function bluebird.bluebird_core.all (promises)

function bluebird.bluebird_core.attempt (fn)

function bluebird.bluebird_core.bind (thisArg, value)

function bluebird.bluebird_core.cast (obj)

function bluebird.bluebird_core.config (opts)

function bluebird.bluebird_core.defer ()

function bluebird.bluebird_core.fromCallback (fn)

function bluebird.bluebird_core.fromNode (fn)

function bluebird.bluebird_core.fulfilled (obj)

function bluebird.bluebird_core.getNewLibraryCopy ()

function bluebird.bluebird_core.hasLongStackTraces ()

function bluebird.bluebird_core.is (val)

function bluebird.bluebird_core.join ()

function bluebird.bluebird_core.longStackTraces ()

function bluebird.bluebird_core.method (fn)

function bluebird.bluebird_core.noConflict ()

function bluebird.bluebird_core.onPossiblyUnhandledRejection (fn)

function bluebird.bluebird_core.onUnhandledRejectionHandled (fn)

function bluebird.bluebird_core.pending ()

function bluebird.bluebird_core.reject (reason)

function bluebird.bluebird_core.rejected (reason)

function bluebird.bluebird_core.resolve (obj)

function bluebird.bluebird_core.setScheduler (fn)

function bluebird.bluebird_core.try (fn)

module bluebird.bluebird_core.prototype

function bluebird.bluebird_core.prototype.__isCancelled ()

function bluebird.bluebird_core.prototype._addCallbacks ( fulfill, reject, promise, receiver, domain )

function bluebird.bluebird_core.prototype._attachCancellationCallback (onCancel)

function bluebird.bluebird_core.prototype._attachExtraTrace (error, ignoreSelf)

function bluebird.bluebird_core.prototype._boundValue ()

function bluebird.bluebird_core.prototype._branchHasCancelled ()

function bluebird.bluebird_core.prototype._cancel ()

function bluebird.bluebird_core.prototype._cancelBranched ()

function bluebird.bluebird_core.prototype._cancelBy (canceller)

function bluebird.bluebird_core.prototype._cancelPromises ()

function bluebird.bluebird_core.prototype._captureStackTrace ()

function bluebird.bluebird_core.prototype._clearCallbackDataAtIndex (index)

function bluebird.bluebird_core.prototype._clearCancellationData ()

function bluebird.bluebird_core.prototype._doInvokeOnCancel (onCancelCallback, internalOnly)

function bluebird.bluebird_core.prototype._enoughBranchesHaveCancelled ()

function bluebird.bluebird_core.prototype._ensurePossibleRejectionHandled ()

function bluebird.bluebird_core.prototype._execute (executor, resolve, reject)

function bluebird.bluebird_core.prototype._fireEvent ()

function bluebird.bluebird_core.prototype._followee ()

function bluebird.bluebird_core.prototype._fulfill (value)

function bluebird.bluebird_core.prototype._fulfillPromises (len, value)

function bluebird.bluebird_core.prototype._fulfillmentHandlerAt (index)

function bluebird.bluebird_core.prototype._invokeInternalOnCancel ()

function bluebird.bluebird_core.prototype._invokeOnCancel ()

function bluebird.bluebird_core.prototype._isBound ()

function bluebird.bluebird_core.prototype._isCancellable ()

function bluebird.bluebird_core.prototype._isCancelled ()

function bluebird.bluebird_core.prototype._isFateSealed ()

function bluebird.bluebird_core.prototype._isFinal ()

function bluebird.bluebird_core.prototype._isFollowing ()

function bluebird.bluebird_core.prototype._isRejectionUnhandled ()

function bluebird.bluebird_core.prototype._isUnhandledRejectionNotified ()

function bluebird.bluebird_core.prototype._length ()

function bluebird.bluebird_core.prototype._migrateCallback0 (follower)

function bluebird.bluebird_core.prototype._migrateCallbackAt (follower, index)

function bluebird.bluebird_core.prototype._notifyUnhandledRejection ()

function bluebird.bluebird_core.prototype._notifyUnhandledRejectionIsHandled ()

function bluebird.bluebird_core.prototype._onCancel ()

function bluebird.bluebird_core.prototype._passThrough (handler, type, success, fail)

function bluebird.bluebird_core.prototype._peekContext ()

function bluebird.bluebird_core.prototype._popContext ()

function bluebird.bluebird_core.prototype._promiseAt (index)

function bluebird.bluebird_core.prototype._promiseCreated ()

function bluebird.bluebird_core.prototype._propagateFrom (parent, flags)

function bluebird.bluebird_core.prototype._proxy (proxyable, arg)

function bluebird.bluebird_core.prototype._pushContext ()

function bluebird.bluebird_core.prototype._reason ()

function bluebird.bluebird_core.prototype._receiverAt (index)

function bluebird.bluebird_core.prototype._reject (reason)

function bluebird.bluebird_core.prototype._rejectCallback (reason, synchronous, ignoreNonErrorWarnings)

function bluebird.bluebird_core.prototype._rejectPromises (len, reason)

function bluebird.bluebird_core.prototype._rejectionHandlerAt (index)

function bluebird.bluebird_core.prototype._resolveCallback (value, shouldBind)

function bluebird.bluebird_core.prototype._resolveFromExecutor (executor)

function bluebird.bluebird_core.prototype._resolveFromSyncValue (value)

function bluebird.bluebird_core.prototype._resultCancelled ()

function bluebird.bluebird_core.prototype._returnedNonUndefined ()

function bluebird.bluebird_core.prototype._setAsyncGuaranteed ()

function bluebird.bluebird_core.prototype._setBoundTo (obj)

function bluebird.bluebird_core.prototype._setCancelled ()

function bluebird.bluebird_core.prototype._setFollowee (promise)

function bluebird.bluebird_core.prototype._setFollowing ()

function bluebird.bluebird_core.prototype._setFulfilled ()

function bluebird.bluebird_core.prototype._setIsFinal ()

function bluebird.bluebird_core.prototype._setLength (len)

function bluebird.bluebird_core.prototype._setOnCancel (handler)

function bluebird.bluebird_core.prototype._setRejected ()

function bluebird.bluebird_core.prototype._setRejectionIsUnhandled ()

function bluebird.bluebird_core.prototype._setReturnedNonUndefined ()

function bluebird.bluebird_core.prototype._setUnhandledRejectionIsNotified ()

function bluebird.bluebird_core.prototype._setWillBeCancelled ()

function bluebird.bluebird_core.prototype._settlePromise (promise, handler, receiver, value)

function bluebird.bluebird_core.prototype._settlePromise0 (handler, value, bitField)

function bluebird.bluebird_core.prototype._settlePromiseCtx (ctx)

function bluebird.bluebird_core.prototype._settlePromiseFromHandler ( handler, receiver, value, promise )

function bluebird.bluebird_core.prototype._settlePromiseLateCancellationObserver (ctx)

function bluebird.bluebird_core.prototype._settlePromises ()

function bluebird.bluebird_core.prototype._settledValue ()

function bluebird.bluebird_core.prototype._target ()

function bluebird.bluebird_core.prototype._then ( didFulfill, didReject, _, receiver, internalData )

function bluebird.bluebird_core.prototype._unsetCancelled ()

function bluebird.bluebird_core.prototype._unsetOnCancel ()

function bluebird.bluebird_core.prototype._unsetRejectionIsUnhandled ()

function bluebird.bluebird_core.prototype._unsetUnhandledRejectionIsNotified ()

function bluebird.bluebird_core.prototype._value ()

function bluebird.bluebird_core.prototype._warn (message, shouldUseOwnTrace, promise)

function bluebird.bluebird_core.prototype.all ()

function bluebird.bluebird_core.prototype.bind (thisArg)

function bluebird.bluebird_core.prototype.break ()

function bluebird.bluebird_core.prototype.cancel ()

function bluebird.bluebird_core.prototype.catch (fn)

function bluebird.bluebird_core.prototype.catchReturn (value)

function bluebird.bluebird_core.prototype.catchThrow (reason)

function bluebird.bluebird_core.prototype.caught (fn)

function bluebird.bluebird_core.prototype.done (didFulfill, didReject)

function bluebird.bluebird_core.prototype.error (fn)

function bluebird.bluebird_core.prototype.finally (handler)

function bluebird.bluebird_core.prototype.isCancellable ()

function bluebird.bluebird_core.prototype.isCancelled ()

function bluebird.bluebird_core.prototype.isFulfilled ()

function bluebird.bluebird_core.prototype.isPending ()

function bluebird.bluebird_core.prototype.isRejected ()

function bluebird.bluebird_core.prototype.isResolved ()

function bluebird.bluebird_core.prototype.lastly (handler)

function bluebird.bluebird_core.prototype.reason ()

function bluebird.bluebird_core.prototype.reflect ()

function bluebird.bluebird_core.prototype.return (value)

function bluebird.bluebird_core.prototype.spread (fn)

function bluebird.bluebird_core.prototype.suppressUnhandledRejections ()

function bluebird.bluebird_core.prototype.tap (handler)

function bluebird.bluebird_core.prototype.tapCatch (handlerOrPredicate)

function bluebird.bluebird_core.prototype.then (didFulfill, didReject)

function bluebird.bluebird_core.prototype.thenReturn (value)

function bluebird.bluebird_core.prototype.thenThrow (reason)

function bluebird.bluebird_core.prototype.throw (reason)

function bluebird.bluebird_core.prototype.toJSON ()

function bluebird.bluebird_core.prototype.toString ()

function bluebird.bluebird_core.prototype.value ()

module bluebird.coroutine

function bluebird.coroutine (generatorFunction, options)

function bluebird.coroutine.addYieldHandler (fn)

module bluebird.errors

function bluebird.errors.AggregateError (message)

function bluebird.errors.CancellationError (message)

function bluebird.errors.Error ()

function bluebird.errors.OperationalError (message)

function bluebird.errors.RangeError ()

function bluebird.errors.TimeoutError (message)

function bluebird.errors.TypeError ()

function bluebird.errors.Warning (message)

module bluebird.es5

function bluebird.es5.defineProperty ()

function bluebird.es5.freeze ()

function bluebird.es5.getDescriptor ()

function bluebird.es5.getPrototypeOf ()

function bluebird.es5.isArray ()

function bluebird.es5.keys ()

function bluebird.es5.names ()

function bluebird.es5.propertyIsWritable (obj, prop)

module bluebird.queue

function bluebird.queue (capacity)

module bluebird.queue.prototype

function bluebird.queue.prototype._checkCapacity (size)

function bluebird.queue.prototype._pushOne (arg)

function bluebird.queue.prototype._resizeTo (capacity)

function bluebird.queue.prototype._willBeOverCapacity (size)

function bluebird.queue.prototype.length ()

function bluebird.queue.prototype.push (fn, receiver, arg)

function bluebird.queue.prototype.shift ()

module bluebird.util

function bluebird.util.asArray (v)

function bluebird.util.canAttachTrace (obj)

function bluebird.util.classString (obj)

function bluebird.util.copyDescriptors (from, to, filter)

function bluebird.util.domainBind (self, cb)

function bluebird.util.ensureErrorObject (value)

function bluebird.util.env (key)

function bluebird.util.filledRange (count, prefix, suffix)

function bluebird.util.getDataPropertyOrDefault (obj, key, defaultValue)

function bluebird.util.getNativePromise ()

function bluebird.util.inheritedDataKeys (obj)

function bluebird.util.inherits (Child, Parent)

function bluebird.util.isArray ()

function bluebird.util.isClass (fn)

function bluebird.util.isError (obj)

function bluebird.util.isIdentifier (str)

function bluebird.util.isObject (value)

function bluebird.util.isPrimitive (val)

function bluebird.util.markAsOriginatingFromRejection (e)

function bluebird.util.maybeWrapAsError (maybeError)

function bluebird.util.notEnumerableProp (obj, name, value)

function bluebird.util.originatesFromRejection (e)

function bluebird.util.thrower (r)

function bluebird.util.toFastProperties (obj)

function bluebird.util.toString (obj)

function bluebird.util.tryCatch (fn)

function bluebird.util.withAppended (target, appendee)

[ this document was created with utility2 ]