Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 385 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 385 Bytes

jquery-blob

Blob support for jQuery ajax.

This file is a modified version from https://github.com/jquery/jquery/blob/master/src/ajax/xhr.js

When using the blob as dataType argument for the .ajax call (and probably the other AJAX functions) the complete callback will contain the Blob.

Can be used in combination with the FileSaver interface to download files via AJAX.