https://rawgit.com/MrRio/jsPDF/master/docs/jsPDF.html#save is not up to date regarding the option `returnPromise`: ``` doc.save(fileName, { returnPromise: true }).then(scb, ecb); ```