emscripten-core/emscripten

Documentation - API Reference - Fetch API - Synchronous Fetches seems out of date

Open

#15.016 geöffnet am 9. Sept. 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (3.519 Forks)batch import
docsgood first bughelp wanted

Repository-Metriken

Stars
 (27.361 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 19T 10h) (147 gemergte PRs in 30 T)

Beschreibung

https://github.com/emscripten-core/emscripten/blob/main/site/source/docs/api_reference/fetch.rst#synchronous-fetches

It states: --proxy-to-worker + -s USE_PTHREADS=1: Synchronous Fetch operations are available both on the main thread and pthreads.

If you try to apply those flags with 2.0.26 you get: --proxy-to-worker is not supported with -s USE_PTHREADS>0! Use the option -s PROXY_TO_PTHREAD=1 if you want to run the main thread of a multithreaded application in a web worker.

Contributor Guide