File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4291,7 +4291,7 @@ WorkletRealmInfo = {
4291
4291
</pre>
4292
4292
4293
4293
Note: there's a 1:1 relationship between the <code> RealmInfo</code> variants and values of
4294
- <a href="#type-script-RealmType "><code>RealmType</code></a> .
4294
+ <a href="#type-script-Realm "><code>RealmType</code></a> .
4295
4295
4296
4296
The <code> RealmInfo</code> type represents the properties of a realm.
4297
4297
@@ -4404,7 +4404,7 @@ RealmType = "window" / "dedicated-worker" / "shared-worker" / "service-worker" /
4404
4404
The <code> RealmType</code> type represents the different types of Realm.
4405
4405
4406
4406
4407
- #### The script.StackFrame type #### {#types -script-StackFrame}
4407
+ #### The script.StackFrame type #### {#type -script-StackFrame}
4408
4408
4409
4409
<pre class="cddl remote-cddl local-cddl">
4410
4410
StackFrame = {
@@ -4421,7 +4421,7 @@ script, a <code>functionName</code> property which represents the name of the
4421
4421
executing function, and <code> lineNumber</code> and <code> columnNumber</code>
4422
4422
properties, which represent the line and column number of the executed code.
4423
4423
4424
- #### The script.StackTrace type #### {#types -script-StackTrace}
4424
+ #### The script.StackTrace type #### {#type -script-StackTrace}
4425
4425
4426
4426
<pre class="cddl remote-cddl local-cddl">
4427
4427
StackTrace = {
You can’t perform that action at this time.
0 commit comments