On Thursday, May 12, 2016 at 12:25:13 AM UTC+2, Ali Akhtar wrote: > > Is Jsni going to be deprecated / removed? >
JSNI won't be removed in 2.8. To be future-proof, you'll want to limit your use of JSNI to the bare minimum, and use JsInterop whenever possible, but there are still a few things that JsInterop cannot do and that require the use of JSNI (or are more efficient with JSNI, e.g. object literals vs. building an object one property at a time). -- 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.
