Discussion:
How to dispose entire memory which is occupied by a GWT-Module
'Jewgenij Moldawski' via GWT Users
2018-10-25 13:16:10 UTC
Permalink
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?
Thanks a lot in advance!

JeMo
--
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+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Thomas Broyer
2018-10-25 16:11:04 UTC
Permalink
Post by 'Jewgenij Moldawski' via GWT Users
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+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
'Jewgenij Moldawski' via GWT Users
2018-10-25 21:59:55 UTC
Permalink
Thank You, Thomas, for instant answer!
Post by Thomas Broyer
Post by 'Jewgenij Moldawski' via GWT Users
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+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Loading...