|
|
|
|
|
by JoeCoder_
3649 days ago
|
|
From the FAQ. https://github.com/Microsoft/monaco-editor#faq: "Why all these web workers and why should I care?" "A: Language services create web workers to compute heavy stuff outside the UI thread. They cost hardly anything in terms of resource overhead and you shouldn't worry too much about them, as long as you get them to work (see above the cross-domain case)." Maybe that's part of the reason? |
|