Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usage of addhandler_callback #485

Open
piever opened this issue Mar 3, 2022 · 0 comments
Open

Remove usage of addhandler_callback #485

piever opened this issue Mar 3, 2022 · 0 comments

Comments

@piever
Copy link
Collaborator

piever commented Mar 3, 2022

Observables' technique of using two global lists of callbacks

const addhandler_callbacks = []
const removehandler_callbacks = []

which packages would modify on load doesn't seem ideal and IMO we could think about removing it.

Is this something that WebIO needs, or can it be removed? From what I understand, only this handler is registered, but it doesn't seem to do anything (unless I'm missing something of course).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant