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 c0d36f6 commit 2acf4bdCopy full SHA for 2acf4bd
system/include/emscripten/fetch.h
@@ -208,7 +208,7 @@ emscripten_fetch_t *emscripten_fetch(emscripten_fetch_attr_t *fetch_attr, const
208
// operation is not allowed in the main browser thread, in which case it will
209
// return EMSCRIPTEN_RESULT_NOT_SUPPORTED. Pass timeoutMSecs=infinite to wait
210
// indefinitely. If the wait times out, the return value will be
211
-// EMSCRIPTEN_RESULT_TIMEOUT.
+// EMSCRIPTEN_RESULT_TIMED_OUT.
212
// The onsuccess()/onerror()/onprogress() handlers will be called in the calling
213
// thread from within this function before this function returns.
214
EMSCRIPTEN_RESULT emscripten_fetch_wait(emscripten_fetch_t *fetch, double timeoutMSecs);
0 commit comments