Explorar o código

Update README

Alex Dima %!s(int64=9) %!d(string=hai) anos
pai
achega
0ba3ca8747
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -135,6 +135,10 @@ Create a Monarch tokenizer [here](https://microsoft.github.io/monaco-editor/mona
 > Q: What is this `loader.js`? Can I use `require.js`?<br/>
 > A: It is an AMD loader that we use in VS Code. Yes.
 
+
+> Q: I see the warning "Could not create web worker". What should I do?<br/>
+> A: HTML5 does not allow pages loaded on `file://` to create web workers. Please load the editor with a web server on `http://` or `https://` schemes. Please also see the cross domain case above.
+
 ## Dev
 
 ### Cheat Sheet