Open theduke opened 5 years ago
Hey, I have the situation that I need to destroy the active app from within update().
update()
As in: clean up everything and remove from the dom.
That does not seem to be possible at the moment.
I guess something like Mailbox::shutdown()
Mailbox::shutdown()
Hey, I have the situation that I need to destroy the active app from within
update()
.As in: clean up everything and remove from the dom.
That does not seem to be possible at the moment.
I guess something like
Mailbox::shutdown()