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 ea45904 commit ea3209aCopy full SHA for ea3209a
site/source/docs/api_reference/fetch.rst
@@ -262,7 +262,9 @@ state of the request.
262
The emscripten_fetch_attr_t object has a timeoutMSecs field which allows
263
specifying a timeout duration for the transfer. Additionally,
264
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
+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
268
and the onprogress handler.
269
270
.. code-block:: cpp
0 commit comments