Searched refs:toBase64String (Results 1 – 6 of 6) sorted by relevance
14 function toBase64String(bytes) { function
70 return 'data:' + codec + ';base64,' + toBase64String(imgBytes);
71 return 'data:' + codec + ';base64,' + toBase64String(imgBytes);
109 toBase64String() { method in ByteString
53 expect(byteString.toBase64String()).toEqual(HALLO_IN_BASE64);175 expect(HALLO_IN_BASE64).toEqual(other.toBase64String());