MediaWiki:CardToImage.js: mudanças entre as edições

sem sumário de edição
imported>Jaideraf
m (uma edição)
Sem resumo de edição
/* jshint esversion: 8 */
/**
* Convert a base64 string in a Blob according to the data and contentType.
* @param contentType {String} the content type of the file i.e (image/jpeg - image/png - text/plain)
* @param sliceSize {Int} SliceSize to process the byteCharacters
* @see httphttps://stackoverflow.com/questions/16245767/creating-a-blob-from-a-base64-string-in-javascript
* @return Blob
*/