Worker: Use CorsWorker to avoid CORS issues (#83976)

This commit is contained in:
Ivan Ortega Alba 2024-03-06 17:43:19 +01:00 committed by GitHub
parent 4bb5915183
commit 920d50cb76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,3 @@
import { CorsWorker as Worker } from 'app/core/utils/CorsWorker';
export const createWorker = () => new Worker(new URL('./DetectChangesWorker.ts', import.meta.url));