Hi,
I would like to ask if I use HtmlWeb.load([url]) method - is the whole html page loaded or just DOM tree with empty nodes? If the whole html page, is there something that could be used to only load empty DOM tree nodes and if needed the content of the nodes would be extracted from the server responses containing only these little chunks I requested?
Thanks a lot for your answer!
I would like to ask if I use HtmlWeb.load([url]) method - is the whole html page loaded or just DOM tree with empty nodes? If the whole html page, is there something that could be used to only load empty DOM tree nodes and if needed the content of the nodes would be extracted from the server responses containing only these little chunks I requested?
Thanks a lot for your answer!