WebKit icon indicating copy to clipboard operation
WebKit copied to clipboard

instantiateStreaming / compileStreaming should accept FetchResponse with FormData

Open Constellation opened this issue 3 years ago • 0 comments

41c55dfcdc7675d1c86df98e2bb5986ee827388c

instantiateStreaming / compileStreaming should accept FetchResponse with FormData
https://bugs.webkit.org/show_bug.cgi?id=221248
rdar://problem/74132453

Reviewed by NOBODY (OOPS!).

Load FormData through ReadableStream in WebAssembly.{instantiateStreaming,compileStreaming}.

* LayoutTests/imported/w3c/web-platform-tests/wasm/wasm_stream_compile_test-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/wasm/wasm_stream_instantiate_test-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/wasm/webapi/wasm_stream_compile_test-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/wasm/webapi/wasm_stream_instantiate_test-expected.txt:
* Source/WebCore/bindings/js/JSDOMGlobalObject.cpp:
(WebCore::handleResponseOnStreamingAction):

Constellation avatar Aug 12 '22 06:08 Constellation