Commit 9e949d96 authored by Michael Droettboom's avatar Michael Droettboom Committed by GitHub

Update docs/using_pyodide_from_webworker.md

Co-Authored-By: default avatarjstafford <jason.stafford@scrycollective.com>
parent 5f4e78bb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment