Skip to content

Commit dcde683

Browse files
author
Nick Burris
authored
Add "OptOutError" to the DOMException error names list
Closes #1168.
1 parent a918d26 commit dcde683

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5339,6 +5339,11 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
53395339
<td>The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.</td>
53405340
<td>—</td>
53415341
</tr>
5342+
<tr>
5343+
<td>"<dfn id="optouterror" exception export><code>OptOutError</code></dfn>"</td>
5344+
<td>The user opted out of the process.</td>
5345+
<td>—</td>
5346+
</tr>
53425347
</tbody>
53435348
</table>
53445349

0 commit comments

Comments
 (0)