More callback refactoring (#713) #717
Loading…
Reference in New Issue
No description provided.
Delete Branch "cherry-pick-413302603-release-1.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change:
.toC()
functions for Options objects, since theywere redundant with the
populateXxxOptions()
.errorTarget
to theRemoteOptions
, since they areused in the same stack for some functions (like
Fetch()
). Now forthose cases, the error returned by the callback will be preserved
as-is.
(cherry picked from commit
10c67474a8
)