diff --git a/site/source/docs/api_reference/fetch.rst b/site/source/docs/api_reference/fetch.rst index 0dcd18eabd033..6b645268bb243 100644 --- a/site/source/docs/api_reference/fetch.rst +++ b/site/source/docs/api_reference/fetch.rst @@ -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 +`_). +The following example illustrates these fields and the onprogress handler. .. code-block:: cpp