Thursday, October 25, 2018

Re: How to dispose entire memory which is occupied by a GWT-Module

Thank You, Thomas, for instant answer!

Am Donnerstag, 25. Oktober 2018 18:11:05 UTC+2 schrieb Thomas Broyer:


On Thursday, October 25, 2018 at 3:16:11 PM UTC+2, Jewgenij Moldawski wrote:
Dear GWT Experts,
I've a website with a GWT-App-area. For our purposes I want to end the GWT-App and release the entire memory, which this GWT-App occupies in my browser.
How can I do it?

You can't.

There's been an attempt (something like 4–5 years ago) to "unload" a GWT module (and hope for the browser to garbage-collect it), but it wasn't conclusive and was ultimately reverted.

If you really need to "unload" something, navigate away (possibly by having it run in an iframe)

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment