Thursday, May 12, 2016

Re: Jsni replacement in 2.8?



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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment