Reputation: 304
When browsing an website, javascript files will be loaded into our local machine by browser. Im curious to find out where the files are stored in our local machine. (Curios after I seen the list of js files (in directory structure, as like my workspace) in the 'Sources' panel - Google Chrome web inspector)
I can say that it will be in Temp files or Chrome/Firefox App data, but can anybody tell me where exactly the files are saved?
Upvotes: 3
Views: 6509
Reputation: 2187
The location varys from browser to browser and is different on most operating systems. You have to be more specific about what browser.
Google chrome for example uses the following path to store temporary data:
Upvotes: 2