diff --git a/README.md b/README.md index ebcfb31..8883c86 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ECMAScript Proposal, specs, and reference implementation for `Promise.try` Spec drafted by [@ljharb](https://github.com/ljharb). -This proposal is currently [stage 3](https://github.com/tc39/proposals/) of the [process](https://tc39.github.io/process-document/). +This proposal is currently [stage 4](https://github.com/tc39/proposals/) of the [process](https://tc39.github.io/process-document/). ## Rationale diff --git a/index.html b/index.html index b362511..6a459af 100644 --- a/index.html +++ b/index.html @@ -3218,7 +3218,7 @@

Stage 3 Draft / July 3, 2024

Promise.try

+

Stage 4 Draft / October 9, 2024

Promise.try

1 Promise.try ( callbackfn, ...args )

diff --git a/spec.emu b/spec.emu index eb904e5..ccba76c 100644 --- a/spec.emu +++ b/spec.emu @@ -2,7 +2,7 @@