You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gwt-nextgen is an attempt to expose all recent and emerging features being provided in current versions of web browsers.
The functionality is grouped into Modules within a specific API or area of functionality:
Canvas
Geolocation
Media
New HTML elements
TypedArrays
WebMessaging*
WebSocket
WebStorage
(*): Unfinished/untested
Many of these APIs do not yet work on a majority of web browsers. The goal of this library is to expose the native functionality to allow GWT developers to prototype the next generation of applications quickly using recently available APIs. No emulation modes or fallback mechanisms are present however, where possible feature detection should be provided provided.