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
Is there an equivalent of bonsai.destroy(stage) to tear down everything that bonsai.run(stage, movie) sets up?
I would imagine it would be responsible for removing event handlers, cleaning up the DOM, and generally just destroying all trace of it’s existence.
For long running applications that load up entirely different movies throughout it’s lifespan, I would imagine that there would be some memory issues without being able to do a full clean up.
The text was updated successfully, but these errors were encountered:
Is there an equivalent of
bonsai.destroy(stage)
to tear down everything thatbonsai.run(stage, movie)
sets up?I would imagine it would be responsible for removing event handlers, cleaning up the DOM, and generally just destroying all trace of it’s existence.
For long running applications that load up entirely different
movies
throughout it’s lifespan, I would imagine that there would be some memory issues without being able to do a full clean up.The text was updated successfully, but these errors were encountered: