We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3bf0c commit 6bcdd8aCopy full SHA for 6bcdd8a
emscripten.pyx
@@ -308,7 +308,7 @@ def get_callstack(flags):
308
# Pseudo-synchronous, requires ASYNCIFY
309
def wget(url, file):
310
return emscripten_wget(url.encode('UTF-8'), file.encode('UTF-8'))
311
-# emscripten.wget('/hello', '/hello'); open('/hell','rb').read()
+# emscripten.wget('/hello', '/hello'); open('/hello','rb').read()
312
# Notes:
313
# - FS error if file already exists
314
# - Download indicator showing up not going away
0 commit comments