- From: Dan Robertson <notifications@github.com>
- Date: Mon, 03 Oct 2022 18:53:49 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 4 October 2022 01:54:02 UTC
Created https://github.com/web-platform-tests/wpt/pull/36243, but there are certainly some extra cases that would be interesting to test, that the patch does not currently cover. Feedback would be greatly appreciated! My simple local tests of a iframe including a blob without a type set also yielded interesting results: ### Blob containing a png image | Engine | Result | |--------|-----------------| | Gecko | image is shown | | Webkit | image is downloaded | | Blink | binary image data is shown as text | ### Blob containing basic html | Engine | Result | |--------|-----------------| | Gecko | page is shown | | Webkit | page is downloaded | | Blink | page is shown as text | -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1436#issuecomment-1266295299 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1436/1266295299@github.com>
Received on Tuesday, 4 October 2022 01:54:02 UTC