mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Add cross origin test cases
This commit is contained in:
parent
0abdd95fe1
commit
e61cf2c079
9 changed files with 102 additions and 18 deletions
4
test/cross-origin-worker-proxy-dev.js
Normal file
4
test/cross-origin-worker-proxy-dev.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
self.GlobalEnvironment = {
|
||||
baseUrl: 'http://localhost:8088/vscode/out/'
|
||||
};
|
||||
importScripts('http://localhost:8088/vscode/out/vs/base/worker/workerMain.js');
|
||||
Loading…
Add table
Add a link
Reference in a new issue