- From: Noam Rosenthal <notifications@github.com>
- Date: Sun, 18 Jun 2023 22:30:42 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 June 2023 05:30:48 UTC
@noamr commented on this pull request. > +<ol> + <li> + <p><a for=list>For each</a> <a for="fetch group">deferred fetch record</a> + <var>deferredRecord</var> in <var>fetchGroup</var>'s + <a for="fetch group">deferred fetch records</a> whose <a for="deferred fetch record">invoked</a> is + false: + + <ol> + <li><p>If <var>deferredRecord</var>'s <a for="deferred fetch record">pending steps</a> is not + null then <a>abort</a> <var>deferredRecord</var>'s + <a for="deferred fetch record">pending steps</a>. + I don't think so as periodic sync doesn't currently have cross-vendor support AFAIK. I reworded to say that the user agent SHOULD fetch the request but can make decisions based on security etc -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1233544121 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/1485432788@github.com>
Received on Monday, 19 June 2023 05:30:48 UTC