Not yet, no. The new File API currently covers read-only. Update : see Peter's answer , if you need to do this only on (and today, not IE) browsers , where you can do it using the URI data:
scheme.
The usual way to do this is to get the file via HTTP into a hidden iframe using Content-Disposition: attachment
to start the file download dialog, rather than receiving it through a web socket.
source share