Function createWebWorker

createWebWorker<T extends object>(
    opts: IInternalWebWorkerOptions,
): MonacoWebWorker<T>

Create a new web worker that has model syncing capabilities built in. Specify an AMD module to load that will create an object that will be proxied.