MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / fetchGetResponseHeadersLength

Function fetchGetResponseHeadersLength

src/Fetch.js:867–869  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

865}
866
867function fetchGetResponseHeadersLength(id) {
868 return lengthBytesUTF8(Fetch.xhrs.get(id).getAllResponseHeaders());
869}
870
871function fetchGetResponseHeaders(id, dst, dstSizeBytes) {
872 var responseHeaders = Fetch.xhrs.get(id).getAllResponseHeaders();

Callers

nothing calls this directly

Calls 3

lengthBytesUTF8Function · 0.85
getAllResponseHeadersMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected