From 8be80b602c465e79560f98b3307a25348f7ec861 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Thu, 11 Apr 2024 14:46:46 +0100 Subject: [PATCH] nits --- fetch.bs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/fetch.bs b/fetch.bs index 3c85df5d..42ff3f44 100644 --- a/fetch.bs +++ b/fetch.bs @@ -2738,7 +2738,7 @@ result of calling check deferred fetching eligibility given settings
controller
A fetch controller or null. - +

A deferred fetch record is a struct used to maintain state needed @@ -6708,8 +6708,8 @@ i.e., when a fetch group is terminated, or after activateAfter (default null):

    -
  1. Assert: request's client is a fully active - {{Document}}. +

  2. If request's client is not a fully active + {{Document}}, then throw an "{{InvalidStateError}}" {{DOMException}}.

  3. Let document be request's client. @@ -6883,6 +6883,10 @@ To check deferred fetching eligibility given an environment settin

  4. If the result of calling [$Is feature enabled in document for origin?$] given settings is Disabled, return false. +

  5. If settings's node navigable's parent is a + navigable whose active document's fetch group's + is eligible for deferred fetching is true, then return true. +

  6. If the available deferred fetching quota given settings and null is less than 64 kibibytes, return false.