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
<desc>Determine whether or not the list has any callbacks attached. If a callback is provided as an argument, determine whether it is in a list.</desc>
<longdesc/>
<example>
<desc>Use <code>callbacks.has()</code> to check if a callback list contains a specific callback:</desc>
<code><![CDATA[
// A sample logging function to be added to a callbacks list