mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-15 01:59:57 +00:00
@@ -12,6 +12,5 @@ export async function decode(data: ArrayBuffer): Promise<ImageData> {
|
||||
if (!result) {
|
||||
throw new Error('Decoding error');
|
||||
}
|
||||
module.doLeakCheck();
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user