Update docs/using_pyodide_from_webworker.md

Co-Authored-By: jstafford <jason.stafford@scrycollective.com>
This commit is contained in:
Michael Droettboom 2019-02-07 13:14:16 -08:00 committed by GitHub
parent 5f4e78bb13
commit 9e949d9665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ var onmessage = function(e) { // eslint-disable-line no-unused-vars
## Caveats
Using a web worker is advantageous because the python code is run a separate
Using a web worker is advantageous because the python code is run in a separate
thread from your main UI, and hence does not impact your application's
responsiveness. There are some limitations, however. Because web workers are
each in their own virtual machine, there is no way to share the python