I really enjoy the extension Library Detector for 
Chrome<https://github.com/twistedpair/Library-Detector-for-Chrome>since I can 
see what JS libs a site is running at a glance. However, it 
does not support GWT. I've forked it to add this functionality and have 
been trying to think of a good method for testing that a site is using GWT 
since in reality it is not a library but a framework.

So far I've got:

   1. Look for *.nocache.js files in body - but this could trigger on non 
   GWT sites if someone likes that name/scheme
   2. Check for the __gwt_historyFrame iFrame - sounder

I think method 2 should be sufficient, but know there must be a more robust 
way. Thanks.


Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/QYuXXibEVs8J.
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.

Reply via email to