Friday, October 16, 2020

Re: Is it possible to implement a web worker with GWT?

I use a GWT web worker in one of my apps. I ended up hacking the existing cross-site linker to leave out the stuff that make things messy (such as super-dev mode).

I'm not sure everything it there, but you should be able to just dump everything in the package com.wobastic.gwt.webworker.linker and go:
   https://gist.github.com/my2iu/b6da78680a86399c4ab7a53c6237e440

--
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/5c8bff03-5e01-48fa-807a-c51c964fd03an%40googlegroups.com.

No comments:

Post a Comment