Merge pull request #67 from remcohaszing/service-worker-to-web-worker

Service worker to web worker
This commit is contained in:
Remco Haszing 2021-08-05 19:08:54 +02:00 committed by GitHub
commit cff2665b7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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