From eb51b116780ff03a4e42b99ce24727a450e3d018 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Sun, 21 Jul 2024 23:36:58 +0100 Subject: [PATCH 01/18] add from() spec --- spec.bs | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 152 insertions(+), 3 deletions(-) diff --git a/spec.bs b/spec.bs index 4afbb0a..c7f69fd 100644 --- a/spec.bs +++ b/spec.bs @@ -26,6 +26,13 @@ WPT Display: open urlPrefix: https://tc39.es/ecma262/#; spec: ECMASCRIPT type: dfn text: current realm + text: an Object; url: sec-object-type + text: IsPromise; url: sec-ispromise + text: GetMethod; url: sec-getmethod + text: GetIteratorFromMethod; url: sec-getiteratorfrommethod + text: IteratorStepValue; url: sec-iteratorstepvalue + text: normal completion; url: sec-normalcompletion + text: throw completion; url: sec-throwcompletion urlPrefix: https://dom.spec.whatwg.org; spec: DOM type: dfn for: event listener @@ -38,6 +45,11 @@ urlPrefix: https://dom.spec.whatwg.org; spec: DOM text: dependent signals; url: abortsignal-dependent-signals text: signal abort; url:abortsignal-signal-abort text: abort reason; url:abortsignal-abort-reason +urlPrefix: https://webidl.spec.whatwg.org; spec: WEBIDL + type: dfn + text: a promise rejected with + type: dfn + text: react