Monday, May 3, 2021

Splitting code

LS,

Looking at the size of our js files, they might/could or should be splitted.

Looking at the documentation, is it just adding a wrapper around the call?
GWT.runAsync(new RunAsyncCallback() { public void onFailure(Throwable caught) { <yourCall> } public void onSuccess() { <yourCall> } });


--
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 view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CABwrp8KG%2B%3DE6LJCQiEXnAmj1wKPU-F-wz7Q86_KpKD612syyJg%40mail.gmail.com.

No comments:

Post a Comment