Skip to content

Commit 538452c

Browse files
committed
add [[ErrorData]] slot to DOMExceptions
1 parent 1ce5eb5 commit 538452c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.bs

+1
Original file line numberDiff line numberDiff line change
@@ -14505,6 +14505,7 @@ The [=class string=] of a [=namespace object=] is the [=namespace=]'s [=identifi
1450514505
In the JavaScript binding, the [=interface prototype object=] for {{DOMException}}
1450614506
has its \[[Prototype]] [=/internal slot=] set to the intrinsic object {{%Error.prototype%}},
1450714507
as defined in the [=create an interface prototype object=] abstract operation.
14508+
It also has an \[[ErrorData]] slot, like all built-in exceptions.
1450814509

1450914510
Additionally, if an implementation gives native {{Error}} objects special powers or
1451014511
nonstandard properties (such as a <code>stack</code> property),

0 commit comments

Comments
 (0)