Force CI schema URL to be absolute
In order for workers loaded from `data://` as the ones loaded by monaco, we use absolute URLs to fetch schema files, hence the `location.origin` reference. This prevents error: "Failed to execute 'fetch' on 'WorkerGlobalScope'"
Showing
Please register or sign in to comment