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 merge callback f is called with the this of the merge(…) call as the receiver. This doesn't seem exactly useful to me.
Are there any use cases? Does any code use merge.call(o, f, …) instead of merge(f.bind(o), …)?
Could we just drop this "feature"?
The text was updated successfully, but these errors were encountered:
The merge callback
f
is called with thethis
of themerge(…)
call as the receiver. This doesn't seem exactly useful to me.Are there any use cases? Does any code use
merge.call(o, f, …)
instead ofmerge(f.bind(o), …)
?Could we just drop this "feature"?
The text was updated successfully, but these errors were encountered: