diff --git a/xhr.bs b/xhr.bs index bcd47ea..9ab006b 100644 --- a/xhr.bs +++ b/xhr.bs @@ -103,12 +103,11 @@ archives:

This specification depends on the Infra Standard. [[!INFRA]]

This specification uses terminology from DOM, DOM Parsing and Serialization, Encoding, -Feature Policy, Fetch, File API, HTML, URL, Web IDL, and XML. +Fetch, File API, HTML, URL, Web IDL, and XML. [[!DOM]] [[!DOM-PARSING]] [[!ENCODING]] -[[!FEATURE-POLICY]] [[!FETCH]] [[!FILEAPI]] [[!HTML]] @@ -922,10 +921,6 @@ return this's cross-origin credentials.

Otherwise, if this's synchronous flag is set:

    -
  1. If this's relevant settings object has a responsible document which - is not allowed to use the "sync-xhr" feature, then run - handle response end-of-body for this and return. -

  2. Let processedResponse be false.

  3. @@ -1579,12 +1574,6 @@ steps are: -

    Feature Policy integration

    - -

    This specification defines a policy-controlled feature identified by the string -"sync-xhr". Its default allowlist is *. - -

    Interface {{FormData}}