Searched refs:byteCharacters (Results 1 – 3 of 3) sorted by relevance
8 const byteCharacters = atob(base64Data);9 const bytesLength = byteCharacters.length;17 bytes[i] = byteCharacters[offset].charCodeAt(0);
1 …byteCharacters = atob(base64Data);\n const bytesLength = byteCharacters.length;\n const slicesCo…
8 const byteCharacters = atob(base64Data); constant9 const bytesLength = byteCharacters.length;19 bytes[i] = byteCharacters[offset].charCodeAt(0);