We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Event proxying added complexity to Flight core and should have been done in userland with a mixin. 2 will remove it. 1.x will continue to support it.
2
1.x
We'll publish a mixin that adds this, probably as this.(un)proxy.
this.(un)proxy
The text was updated successfully, but these errors were encountered:
Remove event proxying from core
1f3203d
Fix #332.
Landed in 1f3203d, but we also need a mixin the add this back via the API discussed above.
Sorry, something went wrong.
I've submitted an issue on the new flight-toolbox repo to track the creation of this mixin: flightjs/flight-toolbox#1
flight-toolbox++
No branches or pull requests
Event proxying added complexity to Flight core and should have been done in userland with a mixin.
2
will remove it.1.x
will continue to support it.We'll publish a mixin that adds this, probably as
this.(un)proxy
.The text was updated successfully, but these errors were encountered: