From 29e24cb74b7604e40b16d2b28e2e5286084df6a9 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Sun, 20 Mar 2022 15:31:55 +0200 Subject: [PATCH 1/6] Use controller to conclude --- index.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f61daf6..2627fe5 100644 --- a/index.html +++ b/index.html @@ -216,7 +216,7 @@

Dependencies

Fetch
-

The following terms are defined in the HTML specification: +

The following terms are defined in the Fetch specification: [[!FETCH]]

URL
@@ -474,13 +476,15 @@

Processing Model

  • - Let handleBeaconDone given response res be a call to - [=finalize and report timing=] with res, the - entry settings object, and "beacon". + Let controller be null. +
  • +
  • + Let handleBeaconDone given response res be to + conclude controller given "beacon".
  • Fetch req, with processResponseEndOfBody set to - handleBeaconDone. + handleBeaconDone, and set controller to the result.
  • From 3448f57237eb29d14fa3810f1d9c73de21244857 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Mon, 30 May 2022 19:09:32 +0100 Subject: [PATCH 2/6] Align with refactor --- index.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/index.html b/index.html index 2627fe5..874d0d3 100644 --- a/index.html +++ b/index.html @@ -476,15 +476,7 @@

    Processing Model

  • - Let controller be null. -
  • -
  • - Let handleBeaconDone given response res be to - conclude controller given "beacon". -
  • -
  • - Fetch req, with processResponseEndOfBody set to - handleBeaconDone, and set controller to the result. + Fetch req with initiatorType set to "beacon".
  • From d49572b5a90600d37f3d1b508d2436ae7b2847ce Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Mon, 30 May 2022 19:11:07 +0100 Subject: [PATCH 3/6] Align with refactor --- index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.html b/index.html index 874d0d3..27b8ffb 100644 --- a/index.html +++ b/index.html @@ -264,8 +264,6 @@

    Dependencies

  • the Access-Control-Allow-Headers header
  • -
  • fetch controller
  • -
  • conclude
  • URL
    From cb4384369a31662e8b14ec3e7a0f448fd5d5e8e0 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Tue, 14 Jun 2022 17:49:14 +0100 Subject: [PATCH 4/6] initiator -> request --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 27b8ffb..55119cf 100644 --- a/index.html +++ b/index.html @@ -471,10 +471,14 @@

    Processing Model

    credentials mode
    include
    +
    + initiator +
    +
    "beacon"
  • - Fetch req with initiatorType set to "beacon". + Fetch req.
  • From aec1a9fb030c84e7ca288a8bc0bdca68c468890d Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Fri, 17 Jun 2022 17:49:42 +0300 Subject: [PATCH 5/6] initiator type --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 55119cf..f192514 100644 --- a/index.html +++ b/index.html @@ -472,7 +472,7 @@

    Processing Model

    include
    - initiator + initiator type
    "beacon"
    From f3c13e327340e2164912cc4014873b067748113c Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Fri, 17 Jun 2022 17:55:34 +0300 Subject: [PATCH 6/6] Fix ref --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index f192514..46b7d86 100644 --- a/index.html +++ b/index.html @@ -241,6 +241,8 @@

    Dependencies

  • request mode
  • request initiator type
  • +
  • request credentials mode
  • response