Skip to content

website: Fetch: reference #8234 bug #9678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion site/source/docs/api_reference/fetch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ state of the request.
The emscripten_fetch_attr_t object has a timeoutMSecs field which allows
specifying a timeout duration for the transfer. Additionally,
emscripten_fetch_close() can be called at any time for asynchronous and waitable
fetches to abort the download. The following example illustrates these fields
fetches to abort the download (this is currently broken, see `#8234
<https://github.com/emscripten-core/emscripten/issues/8234>`_).
The following example illustrates these fields
and the onprogress handler.

.. code-block:: cpp
Expand Down