You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of GetCapabilitiesExecutor is to extract the resolve and reject functions from constructing a new promise and pack them into a PromiseCapability record. Think of it like this:
As it is,
NewPromiseCapability
section saysbut the
GetCapabilitiesExecutor Functions
is defined asSo, it is not very clear what the functions passed to
GetCapabilitiesExecutor
fromNewPromiseCapability
.Can someone please explain?
The text was updated successfully, but these errors were encountered: