Paul French
Paul French
Part of my .devolutionrc file addPolyfills: { esm: [ // probably none? ], es5: [ 'proxy-polyfill', ] }, It does not add the polyfill? It does exist in package.json etc....
Built against GWT 2.6 RC3 but should be fine with GWT 2.6 final I did not find a way to get showcase to work across all permutations unless I added...
Hello Daniel, I've added wp8 support and so desktop ie10/11 as well as mobile ie10/11 to mgwt 2.0 I've tested against the latest showcase and it all seems to work...
How do clear all keys in a cache using @CacheClear without specifying every key? It is sometimes useful to blow away the whole cache when an update/delete occurs
No idea if this is a core bug or the lrucache adaptor bug. I'm using LRUCache. When specifying ttlseconds I have to actually specify millis. e.g for 30 seconds I...