Skip to content

Commit a4a4fe4

Browse files
committed
Export the properties people will need
1 parent 5e1d7e8 commit a4a4fe4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5294,8 +5294,9 @@ compared to the quota value.
52945294
of the <a href="#idl-DOMException-error-names">base <code>DOMException</code> error names</a>. It
52955295
has been upgraded to a full interface to support including such information.</p>
52965296

5297-
Every {{QuotaExceededError}} instance has a <dfn for="QuotaExceededError">requested</dfn> and a
5298-
<dfn for="QuotaExceededError">quota</dfn>, both numbers or null. They are both initially null.
5297+
Every {{QuotaExceededError}} instance has a <dfn export for="QuotaExceededError">requested</dfn> and
5298+
a <dfn export for="QuotaExceededError">quota</dfn>, both numbers or null. They are both initially
5299+
null.
52995300

53005301
<div algorithm>
53015302
The <dfn constructor for="QuotaExceededError" lt="QuotaExceededError(message, options)">new QuotaExceededError(|message|, |options|)</dfn>

0 commit comments

Comments
 (0)