Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ abortRequest
Method
abortRequest
test/test_emscripten_async_wget2.cpp:55–58 ·
view source on GitHub ↗
* Abort the request */
Source
from the content-addressed store, hash-verified
53
* Abort the request
54
*/
55
void abortRequest() {
56
emscripten_async_wget2_abort(_handle);
57
_status = ST_ABORTED;
58
}
59
60
/**
61
* Accede a la reponse
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected