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

[pull] main from fedidcg:main #22

Merged
merged 1 commit into from
Aug 12, 2023
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
12 changes: 6 additions & 6 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ or failure.
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.

1. Let |config|, |configInWellKnown| both be null.
1. [=Fetch request=] with |wellKnownRequest| and |globalObject|, and with <var ignore=>processResponseConsumeBody</var>
1. [=Fetch request=] with |wellKnownRequest| and |globalObject|, and with <var ignore>processResponseConsumeBody</var>
set to the following steps given a <a spec=fetch for=/>response</a> |response| and |responseBody|:
1. Let |json| be the result of [=extract the JSON fetch response=] from |response| and
|responseBody|.
Expand Down Expand Up @@ -725,7 +725,7 @@ or failure.
with [=request/mode=] set to "user-agent-no-cors". See the relevant
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.

1. [=Fetch request=] with |configRequest| and |globalObject|, and with <var ignore=>processResponseConsumeBody</var>
1. [=Fetch request=] with |configRequest| and |globalObject|, and with <var ignore>processResponseConsumeBody</var>
set to the following steps given a <a spec=fetch for=/>response</a> |response| and |responseBody|:
1. Let |json| be the result of [=extract the JSON fetch response=] from |response| and
|responseBody|.
Expand Down Expand Up @@ -819,7 +819,7 @@ To <dfn>fetch the accounts list</dfn> given an {{IdentityProviderAPIConfig}} |co
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.

1. Let |accountsList| be null.
1. [=Fetch request=] with |request| and |globalObject|, and with <var ignore=>processResponseConsumeBody</var>
1. [=Fetch request=] with |request| and |globalObject|, and with <var ignore>processResponseConsumeBody</var>
set to the following steps given a <a spec=fetch for=/>response</a> |response| and |responseBody|:
1. Let |json| be the result of [=extract the JSON fetch response=] from |response| and
|responseBody|.
Expand Down Expand Up @@ -880,7 +880,7 @@ To <dfn>fetch the account picture</dfn> given an {{IdentityProviderAccount}} |ac
with [=request/mode=] set to "user-agent-no-cors". See the relevant
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.

1. [=Fetch request=] with |pictureRequest| and |globalObject|, and with <var ignore=>processResponseConsumeBody</var>
1. [=Fetch request=] with |pictureRequest| and |globalObject|, and with <var ignore>processResponseConsumeBody</var>
set to the following steps given a <var ignore=''>response</var> and a |responseBody|:
1. If |responseBody| is null or failure, the user agent may choose an arbitrary placeholder image
and associate it with the |account|.
Expand Down Expand Up @@ -942,7 +942,7 @@ To <dfn>fetch an identity assertion</dfn> given a {{USVString}}
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.

1. Let |credential| be null.
1. [=Fetch request=] with |request| and |globalObject|, and with <var ignore=>processResponseConsumeBody</var>
1. [=Fetch request=] with |request| and |globalObject|, and with <var ignore>processResponseConsumeBody</var>
set to the following steps given a <a spec=fetch for=/>response</a> |response| and |responseBody|:
1. Let |json| be the result of [=extract the JSON fetch response=] from |response| and
|responseBody|.
Expand Down Expand Up @@ -1041,7 +1041,7 @@ an {{IdentityProviderConfig}} |provider|, run the following steps. This returns
[pull request](https://github.com/whatwg/fetch/pull/1533) for details.

1. Let |metadata| be null.
1. [=Fetch request=] with |request| and |globalObject|, and with <var ignore=>processResponseConsumeBody</var>
1. [=Fetch request=] with |request| and |globalObject|, and with <var ignore>processResponseConsumeBody</var>
set to the following steps given a <a spec=fetch for=/>response</a> |response| and |responseBody|:
1. Let |json| be the result of [=extract the JSON fetch response=] from |response| and
|responseBody|.
Expand Down
Loading