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

@annevk commented on this pull request.

Thanks for tackling this!

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 ...



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

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

Received on Tuesday, 10 May 2022 08:50:51 UTC