Is your code meant to compile? It doesn't for me. There are many things that I
see immediately that are incorrect, one is that you are marking a callback with
the `{.thread.}` pragma, another is that you're use `waitFor` in your callback.
Use the `async` pragma and `await`.
- AsyncResponse body parsed to html cannot findAll a tag mashingan
- Re: AsyncResponse body parsed to html cannot findAll a tag dom96
