Update js-sdk usages around Buffers to avoid needing Buffer polyfill

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2024-12-03 17:18:43 +00:00
parent 865c5b0e9c
commit 36108c0c22
6 changed files with 4 additions and 20 deletions

View File

@@ -46,7 +46,7 @@ interface IState {
* We attempt to calculate this once the verification request transitions into the "Ready" phase. If the other
* side cannot scan QR codes, it will remain `undefined`.
*/
qrCodeBytes: Buffer | undefined;
qrCodeBytes: Uint8ClampedArray | undefined;
sasEvent: ShowSasCallbacks | null;
emojiButtonClicked?: boolean;