File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5306,15 +5306,15 @@ null.
53065306
53075307 1. Set [=this=]'s [=DOMException/message=] to |message|.
53085308
5309- 1. If |options|["{{QuotaExceededErrorOptions/quota}}"] is present, then :
5309+ 1. If |options|["{{QuotaExceededErrorOptions/quota}}"] is present:
53105310
53115311 1. If |options|["{{QuotaExceededErrorOptions/quota}}"] is less than 0, then throw a
53125312 {{RangeError}}.
53135313
53145314 1. Set [=this=]'s [=QuotaExceededError/quota=] to
53155315 |options|["{{QuotaExceededErrorOptions/quota}}"].
53165316
5317- 1. If |options|["{{QuotaExceededErrorOptions/requested}}"] is present, then :
5317+ 1. If |options|["{{QuotaExceededErrorOptions/requested}}"] is present:
53185318
53195319 1. If |options|["{{QuotaExceededErrorOptions/requested}}"] is less than 0, then throw a
53205320 {{RangeError}}.
You can’t perform that action at this time.
0 commit comments