Skip to content

Commit 73c3732

Browse files
Add Error.isError (#1592)
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! 😎 Co-authored-by: browser-specs-bot <>
1 parent 6adf500 commit 73c3732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: specs.json

+1
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@
452452
"ecma-402"
453453
]
454454
},
455+
"https://tc39.es/proposal-is-error/",
455456
{
456457
"url": "https://tc39.es/proposal-is-usv-string/",
457458
"standing": "discontinued",

0 commit comments

Comments
 (0)