Skip to content

Commit ea3209a

Browse files
Beuckripken
authored andcommitted
Fetch: reference #8234 bug as discussed there (#9678) [ci skip]
1 parent ea45904 commit ea3209a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/source/docs/api_reference/fetch.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@ state of the request.
262262
The emscripten_fetch_attr_t object has a timeoutMSecs field which allows
263263
specifying a timeout duration for the transfer. Additionally,
264264
emscripten_fetch_close() can be called at any time for asynchronous and waitable
265-
fetches to abort the download. The following example illustrates these fields
265+
fetches to abort the download (this is currently broken, see `#8234
266+
<https://github.com/emscripten-core/emscripten/issues/8234>`_).
267+
The following example illustrates these fields
266268
and the onprogress handler.
267269

268270
.. code-block:: cpp

0 commit comments

Comments
 (0)