Burocratas, emailconfirmed, Administradores da interface, Administradores (Semantic MediaWiki), Curadores (Semantic MediaWiki), Editores (Semantic MediaWiki), Supressores, Administradores
1 023
edições
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
* @return Blob
*/
|