mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-05 19:10:58 +00:00
Merge pull request #67 from remcohaszing/service-worker-to-web-worker
Service worker to web worker
This commit is contained in:
commit
cff2665b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ editor.create(document.createElement('editor'), {
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
Also make sure to register the service worker.
|
Also make sure to register the web worker.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue