mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-19 06:21:04 +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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue