MediaWiki:CardToImage.js: mudanças entre as edições
Conteúdo deletado Conteúdo adicionado
m uma edição |
Sem resumo de edição |
||
Linha 1:
/* jshint esversion: 8 */
/**
* Convert a base64 string in a Blob according to the data and contentType.
Linha 5 ⟶ 6:
* @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
* @return Blob
*/
| |||