From 0ba3ca874783a0d3eb3c674b0cf5f13db661085f Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 23 Jun 2016 12:58:41 +0200 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 23634471..5e184967 100644 --- a/README.md +++ b/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`?
> 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?
+> 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