Friday, August 26, 2011

Aw: Application Cache Events

To see what variables/methods/events are available on the ApplicationCache take a look at: http://www.w3.org/TR/html5/offline.html#applicationcache 
A small example how to use it in native JavaScript can be found here: http://www.html5rocks.com/en/tutorials/appcache/beginner/

So you should be able to write some JSNI methods to access the application cache programmatically through GWT. Also take a look at the javascript property "window.navigator.onLine".

-- J.

--
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/-/hYpq79Xx6bkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment