I want to locate the .dll files that has been shipped by Blazor (Web Assembly) to browsers like Chrome to see if the .dll files can be read by disassemblers(like Reflector) or not. I found the files in Chrome's
Developers tool(F12) > Application tab > Cache Storage
but can not find them on the disk.
Update : Suppose that I want the get access to some else's Blazor website's .dll files. Where are the following files on website visitor's computer?
and





