Re: [whatwg/fetch] Handle blob URLs without a backing blob (#1077)

Hey @M-ZubairAhmed, there are basically two separate tasks:

1. Create test cases for `blob:` URLs not backed by a `Blob` object. E.g., trying to fetch `blob:not-backed-by-a-blob` would be such an example. Presumably this should result in a network error.
2. Update the specification to check for that condition as per OP.

Thanks for looking into it! Let me know if you have further questions, I'm also on IRC: https://whatwg.org/irc.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1077#issuecomment-773201265

Received on Thursday, 4 February 2021 10:26:34 UTC