I'm trying to get the source code of a specific webpage, then find a special <div>
in it.
I don't want to open the webpage in a browser, because what I'm doing is supposed to run on a mobile platform using React Native (which is not our concern here).
How can I get the page source without opening the webpage using vanilla JavaScript (no jQuery)?