[gwt-contrib] GWT 2.8.1 release testers required!

2017-04-13 Thread Colin Alworth
We're about ready to release GWT 2.8.1, a bugfix release a variety of issues, including getting a stable release out that works with the new jsinterop.base and elemental2 beta jars. I will need some help in validating this release on our supported platforms, please contact me if you are

Re: [gwt-contrib] Re: Elemental2 and JsInterop base beta releases available.

2017-04-13 Thread 'Goktug Gokdogan' via GWT Contributors
jsinterop.base doesn't try to replace elemental, just provide methods that would normally require special syntax in js. You can find Object.keys in the related elemental class (JsObject) On Thu, Apr 13, 2017 at 1:42 PM, Ignacio Baca Moreno-Torres < igna...@bacamt.com> wrote: > Hi, a question

Re: [gwt-contrib] Re: Elemental2 and JsInterop base beta releases available.

2017-04-13 Thread Ignacio Baca Moreno-Torres
Hi, a question about JsPropertyMap. It does not have a keys() method, ideally using Object.keys, this is on purpose? And, the unique method to obtain the keys is the forEach method, but current implementation iterates over all properties wich might be dangerous, why this method do not use