This topic starts where Saving files locally using Web Storage left off, and demonstrates how to locally save files (of arbitrary size) using the Blob constructor along with the window.navigator.msSaveBlob and window.navigator.msSaveOrOpenBlob methods. This topic includes the following sections: Creating blobs using the BlobBuilder API Related topics Note The following examples require Internet E
