diff --git a/source b/source index b99a3a21c71..5735cb1775e 100644 --- a/source +++ b/source @@ -3031,6 +3031,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • The Script production
  • The Type notation
  • +
  • The Completion Record specification type
  • The List and Record specification types
  • The Property Descriptor specification type
  • @@ -87319,7 +87320,7 @@ interface ApplicationCache : EventTarget {
  • -

    If evaluationStatus is an abrupt completion, then:

    +

    If evaluationStatus is an abrupt completion, then:

    1. @@ -87416,7 +87417,7 @@ interface ApplicationCache : EventTarget {
    2. -

      If evaluationStatus is an abrupt completion, then:

      +

      If evaluationStatus is an abrupt completion, then:

      1. If rethrow errors is true, rethrow the exception given by @@ -88160,8 +88161,8 @@ document.querySelector("button").addEventListener("click", bound);

      2. Clean up after running script with job settings.

      3. -
      4. If result is an abrupt completion, report the exception given by - result.[[Value]].

      5. +
      6. If result is an abrupt completion, then report the + exception given by result.[[Value]].