Suppose that I am on a site that is using GWT and I want to find out what version of GWT it is using. How can I do this?
If the site was using dojo, I would use the following in the console:
dojo.version
JQuery also has similar functionality:
jQuery.fn.jquery
How can I do this in GWT?