Found in GWT Release (e.g. 2.4.0, 2.5.0 RC):
2.4.0
Encountered on OS / Browser (e.g. WinXP, IE8-9, FF7):
Windnows Vista, Chrome 19 latest stable
Detailed description (please be as specific as possible):
Storage.getLocalStorageIfSupported() returns null when called from a GWTTestcase in both devmode and in production mode
Shortest code snippet which demonstrates issue (please indicate where
actual result differs from expected result):
public void gwtSetUp() throws Exception{
super.gwtSetUp();
Storage localStorage = Storage.getLocalStorageIfSupported();
I know status of the Storage API is experimental. Does it work the same for you or is problem in other settings of mine?
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/-/GVBMCU0nDdMJ.
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