Re: [whatwg/fetch] Only allow blob: URLs that have a backing blob (PR #1435)

> Based on #1077 and my vague recollection of things you will need to rewrite the previous step so you can null check the blob URL entry. I suspect you want to instead initialize _blobURLEntry_ there and then rewrite this step to something like
> 
> > If request's method is not GET, blobURLEntry is null, or blobURLEntry's object is not a Blob object, then return ...

Awesome! Thanks for the info!

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

Message ID: <whatwg/fetch/pull/1435/c1124404788@github.com>

Received on Thursday, 12 May 2022 00:24:06 UTC