I think async is meaningless if put inside a loop like that. try opening a slow 
website instead and doing a loop which writes to a console some text, the one 
with sync will lock and do nothing until the site is fully loaded, the other 
will print immediately instead.

Reply via email to