Switch to symbol based callback system from definition-based #6
Labels
No labels
Clarity
bug
ci
confirmed
critical
discussion
documentation
enhancement
semantic-release
suggestion
support
tests
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: zweieuro/web-user-interface-lib#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Currently the different callbacks are registered with a function type
() => Xwhich is not straightforward to use and forces use of global functions.For a more dynamic system use
Symbolto identify registered callbacks and to unregister them.assigned to @zweieuro
mentioned in commit
3dc74adc6f