Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions floc.bs
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ spec:webidl; type:dfn; text:resolve
- The <a href="#cohort-assignment-algorithm">cohort assignment algorithm</a> is unavailable.

then:
1. [=Queue a task=] on the <dfn>interest cohort task source</dfn> to [=reject=] |p| with a "{{NotAllowedError}}" {{DOMException}}.
1. [=Queue a global task=] on the <dfn>interest cohort task source</dfn> given [=this=]'s [=relevant global object=] to [=reject=] |p| with a "{{NotAllowedError}}" {{DOMException}}.
1. Abort these steps.
1. Let |id| be [=interest cohort id=] from running the <a href="#cohort-assignment-algorithm">cohort assignment algorithm</a>.
1. Let |version| be the [=interest cohort version=] corresponding to the <a href="#cohort-assignment-algorithm">cohort assignment algorithm</a>.
1. [=Queue a task=] on the [=interest cohort task source=] to perform the following steps:
1. [=Queue a global task=] on the [=interest cohort task source=] given [=this=]'s [=relevant global object=] to perform the following steps:
1. Let |d| be the {{InterestCohort}} dictionary, with {{InterestCohort/id}} being the <a href="#string-representation-of-the-interest-cohort-id">string representation</a> of |id|, and {{InterestCohort/version}} being <a href="#string-representation-of-the-interest-cohort-version">string representation</a> of |version|.
1. [=Resolve=] |p| with |d|.
1. Return |p|.
Expand Down