You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const DataTableWorker = await import('$lib/workers/DataTable.worker?worker')
this.worker = new DataTableWorker.default()
//can also be written as
import workerUrl from '$lib/workers/DataTable.worker?url';
this.worker = new Worker(workerUrl, { type: 'module' });
The text was updated successfully, but these errors were encountered:
cfr vitejs/vite#4586
already tried: sveltejs/kit#9528
The text was updated successfully, but these errors were encountered: