diff --git a/source b/source index 76281111e3d..9be56e171e5 100644 --- a/source +++ b/source @@ -2534,6 +2534,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute

The following terms are defined in the HTTP specifications: HTTP

then set navigationParams to the result of method to `POST`.

+
  • Set request's method to + entry's method.

  • Set request's body to - documentResource's request + documentResource's request body.

  • Set `Content-Type` - to documentResource's request + to documentResource's request content-type in request's header list.

  • @@ -104562,19 +104644,19 @@ location.href = '#foo'; state's reload pending to false.

    -
  • Let allowPOST be targetEntry's

    Let allowUnsafe be targetEntry's document state's reload pending.

  • In parallel, attempt to populate the history entry's document for targetEntry, given navigable, potentiallyTargetSpecificSourceSnapshotParams, targetSnapshotParams, - userInvolvement, with allowPOST set - to allowPOST and completionSteps set to - queue a global task on the navigation and traversal task source - given navigable's active window to run - afterDocumentPopulated.

  • + userInvolvement, with allowUnsafe + set to allowUnsafe and + completionSteps set to queue a global task on the navigation + and traversal task source given navigable's + active window to run afterDocumentPopulated.

    +

    Otherwise, run afterDocumentPopulated immediately.

    @@ -107628,10 +107710,9 @@ new PaymentRequest(…); // Allowed to use

    When a user requests a reload of a navigable whose active session history entry's document state's resource is a POST resource, the user agent - should prompt the user to confirm the operation first, since otherwise transactions (e.g., - purchases or database modifications) could be repeated.

    + data-x="she-method">method is a non-idempotent + method, the user agent should prompt the user to confirm the operation first, since otherwise + transactions (e.g. purchases or database modifications) could be repeated.

    When a user requests a reload of a navigable, user agents may provide a mechanism for ignoring any caches when reloading.

    @@ -147360,6 +147441,7 @@ INSERT INTERFACES HERE Alexander Farkas, Alexander J. Vincent, Alexander Kalenik, + Alexander Petros, Alexandre Dieulot, Alexandre Morgaut, Alexey Feldgendler,