emscripten-core/emscripten
Ver no GitHubDocumentation - API Reference - Fetch API - Synchronous Fetches seems out of date
Open
#15.016 aberto em 9 de set. de 2021
docsgood first bughelp wanted
Métricas do repositório
- Stars
- (27.361 stars)
- Métricas de merge de PR
- (Mesclagem média 19d 10h) (147 fundiu PRs em 30d)
Description
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.