More callback refactoring #713
Loading…
Reference in New Issue
No description provided.
Delete Branch "more-callback-refactoring"
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.