From e0f66e9cf92c26956146e312ad0e4be68e37bb2e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 21 Jan 2025 11:07:13 -0800 Subject: [PATCH] [spec] remove normative optional Fixes #4 --- spec.emu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.emu b/spec.emu index d065f1d..b1f6e99 100644 --- a/spec.emu +++ b/spec.emu @@ -18,7 +18,7 @@ contributors: Jordan Harband, Mark Miller

Properties of the Error Prototype Object

- +

Error.prototype.stack

`Error.prototype.stack` is an accessor property with attributes { [[Enumerable]]: *false*, [[Configurable]]: *true* }. The [[Get]] and [[Set]] attributes are defined as follows: