Hello, I'd like to call the browser's garbage collector. I did some tests with the inspect function in Chome and the button to call the gc but I'd like to do this automatically in my GWT application. I've seen in the JRE emulation reference that the System.gc() method was emulated, but after calling it in my GWT code nothing happened.
Is there a way to call the browser's gc in my GWT code ? Thank's -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
