<?xml version="1.0" encoding="UTF-8"?>
<module>
    <inherits name='elemental2.core.Core'/>
    <inherits name='elemental2.dom.Dom'/>
    <inherits name='elemental2.webstorage.WebStorage'/>
    ...
</module>



import elemental2.core.Global;
import elemental2.core.JsDate;
import elemental2.dom.DomGlobal;
import elemental2.webstorage.Storage;
import elemental2.webstorage.WebStorageWindow;


...

private Storage storage;


...

storage = WebStorageWindow.of(DomGlobal.window).localStorage;





For more, take a look at:

https://github.com/peruncs/gwt/blob/master/gwt-jwt/src/main/java/com/peruncs/gwt/jwt/auth0/Auth0Session.java


On Sunday, November 25, 2018 at 8:05:14 AM UTC-8, David Nouls wrote:
>
>
> I noticed you mentioned that elemental2 allows us to use the browser 
> storage API’s. By coincidence I was looking for those but failed to find 
> them (in the Window class). Am I looking in the wrong location again ?
> For now I just created my own JsInterop classes to acces it.
> On 19 Nov 2018, 23:14 +0100, Dr. Lofi Dewanto <[email protected] 
> <javascript:>>, wrote:
>
> Hi All,  
>
> today I managed to write a short article about J2CL Open Source in German 
> language @heise Developer, one of the biggest developer publisher in 
> Germany, also the main sponsor for JavaLand conference. 
>
> http://bit.ly/j2clheise
>
> Enjoy,
> Lofi
>
> --
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to