Re: [whatwg/fetch] Deferred fetching feedback (Issue #1715)

> If the user agent has determined that deferred fetching is not allowed in this context, then throw a [ NotAllowedError ](https://webidl.spec.whatwg.org/#notallowederror).

> what is the model for this in chromium? Do we use the backgorund-fetch permission?

I thought we should use permission policy as described in https://github.com/WICG/pending-beacon/issues/77. The proposal is by default it should be enabled. It is currently not implemented in chromium though.


Unrelated to this topic, but `background-sync` permission is used to tell if a pending deferred fetch request can still be pending after navigating away from a page (in bfached). See also https://github.com/WICG/pending-beacon/issues/3#issuecomment-1286397825

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

Message ID: <whatwg/fetch/issues/1715/1778431838@github.com>

Received on Wednesday, 25 October 2023 03:06:34 UTC