Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyodide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
pyodide
Commits
9e949d96
Commit
9e949d96
authored
Feb 07, 2019
by
Michael Droettboom
Committed by
GitHub
Feb 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs/using_pyodide_from_webworker.md
Co-Authored-By:
jstafford
<
jason.stafford@scrycollective.com
>
parent
5f4e78bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/using_pyodide_from_webworker.md
docs/using_pyodide_from_webworker.md
+1
-1
No files found.
docs/using_pyodide_from_webworker.md
View file @
9e949d96
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment