Asynchronous GET request
-
How do I make an asynchronous GET request? That is, wait until all data is loaded.
-
That's not what asynchronous means. You mean the exact opposite, synchronous, which is how it currently works. If you're missing parts of source in your html response it means it was generated via js and you need to make additional requests to retrieve it. Anyways, if you really meant asynchronous as in being able to await on stuff, OB2 will be fully async based.
-
@Ruri
I am very excited , I hope we get the gift by the end of the year
-