Any function using the overload helper is displaying the implementation of the inner function of overload as its implementation in the doc, which is not really helpful to see how this relates to native APIs (as we don't see the implementation of callback where the actual logic happens).
Any function using the
overload
helper is displaying the implementation of the inner function ofoverload
as its implementation in the doc, which is not really helpful to see how this relates to native APIs (as we don't see the implementation ofcallback
where the actual logic happens).