- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 10 May 2022 01:50:39 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 May 2022 08:50:51 UTC
@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