convention implemented definition header

This commit is contained in:
4nshuman
2024-10-06 16:01:18 +05:30
parent deb8c4e13b
commit f6541fc793
+1 -1
View File
@@ -1960,7 +1960,7 @@ window.checkUserSiteRelationship = async function(origin) {
}
// Converts a Blob to a Uint8Array [local helper module]
let streamToUint8Array = async function(blob) {
async function streamToUint8Array(blob) {
const totalLength = blob.size;
const reader = blob.stream().getReader();
let chunks = [];