Can you inspect a webapp's filesystem from the chrome dev tools?

前端 未结 3 1939
忘掉有多难
忘掉有多难 2021-02-05 09:40

I am working on a website that is using HTML5\'s Filesystem API to write some files to a temporary file system. Is there any way I can use the Chrome Developer tools to inspect

3条回答
  •  一整个雨季
    2021-02-05 10:45

    If you go to chrome://flags and enable "Enable Developer Tools experiments", then go to the Experiments tab in the Dev Tools settings, there's one named "FileSystem Inspection" that might work. I haven't tried it, though.

提交回复
热议问题