Skip to content

Commit

Permalink
Add Error.isError
Browse files Browse the repository at this point in the history
Close #1590, adding the suggested spec to the list.

### Changes to `index.json`
This update would trigger the following changes in `index.json`:

<details><summary>Add spec (1)</summary>

```json
{
  "url": "https://tc39.es/proposal-is-error/",
  "seriesComposition": "full",
  "shortname": "tc39-is-error",
  "series": {
    "shortname": "tc39-is-error",
    "currentSpecification": "tc39-is-error",
    "title": "Error.isError",
    "shortTitle": "Error.isError",
    "nightlyUrl": "https://tc39.es/proposal-is-error/"
  },
  "organization": "Ecma International",
  "groups": [
    {
      "name": "TC39",
      "url": "https://tc39.es/"
    }
  ],
  "nightly": {
    "url": "https://tc39.es/proposal-is-error/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/tc39/proposal-is-error",
    "sourcePath": "spec.emu",
    "filename": "index.html"
  },
  "title": "Error.isError",
  "source": "spec",
  "shortTitle": "Error.isError",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
```
</details>

### Tests
These changes look good! 😎
  • Loading branch information
browser-specs-bot committed Dec 9, 2024
1 parent 11a71b7 commit 367a006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@
"ecma-402"
]
},
"https://tc39.es/proposal-is-error/",
{
"url": "https://tc39.es/proposal-is-usv-string/",
"standing": "discontinued",
Expand Down

0 comments on commit 367a006

Please sign in to comment.