Skip to content

Commit 1e0cab7

Browse files
domenicDjuffin
authored andcommitted
Update QuotaExceededError usage
QuotaExceededError is graduating from being a DOMException name into a new error class, in whatwg/webidl#1465. Update creation sites to reflect this. For now, the quota and requested properties are left at their default (null). Future work could include setting them in an informative fashion.
1 parent 2fcb558 commit 1e0cab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6184,7 +6184,7 @@
61846184
To <dfn>reclaim a codec</dfn>, a User Agent <em class="rfc2119">MUST</em> run
61856185
the appropriate close algorithm (amongst [=Close AudioDecoder=],
61866186
[=Close AudioEncoder=], [=Close VideoDecoder=] and [=Close VideoEncoder=]) with
6187-
a {{QuotaExceededError}} {{DOMException}}.
6187+
a {{QuotaExceededError}}.
61886188

61896189
The rules governing when a codec may be reclaimed depend on whether the codec is
61906190
an [=active=] or [=inactive=] codec and/or a [=background=] codec.

0 commit comments

Comments
 (0)