Skip to content

Commit 12b076f

Browse files
committed
nope
1 parent 2464656 commit 12b076f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

emulator-patches/fetch.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ static void fetch_range_async(const char* url, size_t first_byte, size_t size,
163163
emscripten_fetch_attr_init(&fetch_attributes);
164164

165165
strcpy(fetch_attributes.requestMethod, "GET");
166-
// ...?
167-
fetch_attributes.attributes = EMSCRIPTEN_FETCH_LOAD_TO_MEMORY | EMSCRIPTEN_FETCH_SYNCHRONOUS;
166+
fetch_attributes.attributes = EMSCRIPTEN_FETCH_LOAD_TO_MEMORY;
168167

169168
if (ctx->range) {
170169
const char** headers = malloc(sizeof(char*) * 3);

0 commit comments

Comments
 (0)