diff --git a/README.md b/README.md index 92573da..7c77f60 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ECMAScript Proposal, specs, and reference implementation for `Error.isError` Spec drafted by [@ljharb](https://github.com/ljharb). -This proposal is currently Stage 1 of the [process](https://tc39.github.io/process-document/). +This proposal is currently Stage 2 of the [process](https://tc39.github.io/process-document/). ## Rationale I brought up concerns to the committee about `Symbol.toStringTag`, and how previously reliable and unspoofable `Object#toString` calls would now no longer be reliable. The committee consensus was that as long as there were prototype methods for all builtins that, at the least, threw an error when an internal slot was not present, that would be sufficient to serve as a reliable branding test. diff --git a/index.html b/index.html index f35de17..e65d0af 100644 --- a/index.html +++ b/index.html @@ -3218,7 +3218,7 @@

Stage 1 Draft / June 17, 2024

Error.isError

+

Stage 2 Draft / July 9, 2024

Error.isError

20 Fundamental Objects

diff --git a/spec.emu b/spec.emu index 166f046..23c4c2d 100644 --- a/spec.emu +++ b/spec.emu @@ -2,7 +2,7 @@