Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2017-11-09 Thread Alex Epshteyn
The license is Apache 2.0 (same as GWT). There's no patch file. I guess you could probably diff it against the GWT source tree yourself. On Thursday, November 9, 2017 at 3:05:16 AM UTC-5, Lars wrote: > > Thanks for sharing this... what is the license of it and is there a patch > file

Re: XMLHttpRequest getResponse instead of getResponseText to get arraybuffer data

2017-11-09 Thread Thomas Broyer
I'd suggest maybe using XMLHttpRequest directly then; either the one in com.google.gwt.xhr, or the one in Elemental2; and if responseURL is missing (as in com.google.gwt.xhr case), then because it directly maps to the JS object (no encapsulation) you can use JsInterop or JSNI to access the

Re: XMLHttpRequest getResponse instead of getResponseText to get arraybuffer data

2017-11-09 Thread Mail Drafter
Thomas, I was wondering if you could advise how one might access the responseURL property that I can see in a Response object in the inspector. This is the final url from redirects when you access, for example, a google drive image. One could use these urls as permalinks to their drive images.

Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2017-11-09 Thread Lars
Thanks for sharing this... what is the license of it and is there a patch file (containing only the differences to the GWT SDK) or only the modified classes? Am Mittwoch, 8. November 2017 04:30:20 UTC+1 schrieb Alex Epshteyn: > > This project is now on GitHub: >