Sorting, the file system API does not encrypt data stored locally. However, it changes the file naming conventions. Thus, you can name it log.txt , but if you orient where the API file system file is stored, you will probably find it under a randomly generated file name, for example, “00010”, or in a random directory, for example “24 / 00123 ".
In any case, you can open each file in a text editor - if text was written in your file, you can view it as such. Or, if you wrote JSON in the file system API, it will be in a readable text format when you open it in a text editor.
On Windows 7 with Chrome, it is here:
C:\Users\{user}\AppData\Local\Google\Chrome\User Data\Default\File System\
If you want to know where it is stored through Chrome on another OS, see this post
source share