This commit is contained in:
not-nullptr 2024-11-15 11:33:26 +00:00
parent 73fb9079ae
commit be7e008152
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ export class VipsConverter extends Converter {
super();
log(["converters", this.name], `created converter`);
if (!browser) return;
log(["converters", this.name], `loading worker @ ${VipsWorker}`);
this.worker.onmessage = (e) => {
const message: WorkerMessage = e.data;
log(["converters", this.name], `received message ${message.type}`);