Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set background attributionsrc request priority to low #812

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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: 4 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,8 @@ To <dfn>make a background attributionsrc request</dfn> given a [=URL=] |url|, a
:: |url|
: [=request/keepalive=]
:: true
: [=request/priority=]
:: "`low`"
: [=request/Attribution Reporting eligibility=]
:: |eligibility|
1. [=Fetch=] |request| with [=fetch/processResponse=] being
Expand Down Expand Up @@ -2958,6 +2960,8 @@ and a [=header list=] |newHeaders| (defaults to an empty [=list=]):
:: "`no-store`"
1. Return |request|.

Issue: Should |request|'s [=request/priority=] be "`low`"?
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yoavweiss Could you comment on whether you think that report requests should also use low priority?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@csharrison Any thoughts on this?


<h3 id="get-report-headers">Get report request headers</h3>

To <dfn>generate attribution report headers</dfn> given an [=attribution report=] |report|:
Expand Down