vagisha-nidhi195

Results 1 issues of vagisha-nidhi195

**Description** `Windows.Storage.FileIO.WriteBytesAsync` takes in a file and byteBuffer https://learn.microsoft.com/en-us/uwp/api/windows.storage.fileio.writebytesasync?view=winrt-22621. With WebView2, passing `Uint8Array(data) as unknown as number[]` results in Interface not supported error. ``` Windows.Storage.FileIO.WriteBytesAsync(file, new Uint8Array(data) as unknown as...

bug
tracked