GoogleChromeLabs / browser-fs-access

File System Access API with legacy fallback in the browser
https://googlechromelabs.github.io/browser-fs-access/demo/
Apache License 2.0
1.37k stars 82 forks source link

Download does not appear in Browser Download History #151

Closed asbrum closed 6 months ago

asbrum commented 6 months ago

The downloaded file does not appear in the Browser Download History. It does work in legacy mode (e.g. Firefox) but not in Chromium based Browsers (Edge, Chrome)

How to recreate:

tomayac commented 6 months ago

This is working as intended, because with the File System Access API you save the file, you don't download it.