mirror of https://github.com/grafana/grafana
Worker: Use CorsWorker to avoid CORS issues (#83976)
parent
4bb5915183
commit
920d50cb76
@ -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…
Reference in new issue