From 9e949d966507edf405bb587eed5db81bea595460 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 7 Feb 2019 13:14:16 -0800 Subject: [PATCH] Update docs/using_pyodide_from_webworker.md Co-Authored-By: jstafford --- docs/using_pyodide_from_webworker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_pyodide_from_webworker.md b/docs/using_pyodide_from_webworker.md index 95f02faaa..2056aa131 100644 --- a/docs/using_pyodide_from_webworker.md +++ b/docs/using_pyodide_from_webworker.md @@ -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