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
But we want to standardize our event methods to only take event listeners directly to give the users of this library and dependant libraries more control over when they want to add new event listeners.
So instead we should have the following new signature for the method and obsolete the old method implementation with the argument that this overload gives better options for controlling memory allocation.
Currently, this is the signature of
AddOnAbortEventListener
:But we want to standardize our event methods to only take event listeners directly to give the users of this library and dependant libraries more control over when they want to add new event listeners.
So instead we should have the following new signature for the method and obsolete the old method implementation with the argument that this overload gives better options for controlling memory allocation.
The text was updated successfully, but these errors were encountered: