diff --git a/index.html b/index.html index 365e67c4..21687821 100644 --- a/index.html +++ b/index.html @@ -7301,9 +7301,6 @@

Execute Async Script

  • Let scriptPromise be PromiseResolve(Promise, scriptResult.[[\Value]]). -

  • Upon fulfillment of scriptPromise with value v, - resolve promise with value v. -

  • Upon rejection of scriptPromise with value r, reject promise with value r.