mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-28 17:07:16 +00:00
convention implemented definition header
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user