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

pull/84024/head
Ivan Ortega Alba 1 year ago committed by GitHub
parent 4bb5915183
commit 920d50cb76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/app/features/dashboard-scene/saving/createDetectChangesWorker.ts

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

Loading…
Cancel
Save