From 770cca23c0defcbb46f43a8879a7b8c943949ae5 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 7 Feb 2019 13:14:28 -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 2056aa131..6328dfc38 100644 --- a/docs/using_pyodide_from_webworker.md +++ b/docs/using_pyodide_from_webworker.md @@ -10,7 +10,7 @@ Setup your project to serve `webworker.js`. You should also serve files as well, though this is not strictly required if `pyodide.js` is pointing to a site serving current versions of these files. -Update `webworker.js` so that it has as valid URL for `pyodide.js`, and sets +Update the `webworker.js` sample so that it has as valid URL for `pyodide.js`, and sets `self.languagePluginUrl` to the location of the supporting files. In your application code create a web worker, and add listeners for `onerror`