@@ -1266,8 +1266,8 @@ runs these steps:
12661266 |head|, |data| and |tail|.
12671267 1. If the operations modifying |stream|'s [=[[buffer]]=] in the
12681268 previous steps failed due to exceeding the [=storage quota=] ,
1269- [=/reject=] |p| with a " {{QuotaExceededError}} " {{DOMException}}
1270- and abort these steps, leaving |stream|'s [=[[buffer]]=] unmodified.
1269+ [=/reject=] |p| with a {{QuotaExceededError}} and abort these steps,
1270+ leaving |stream|'s [=[[buffer]]=] unmodified.
12711271
12721272 Note: [=Storage quota=] only applies to files stored in a
12731273 [=/bucket file system=] .
@@ -1294,8 +1294,8 @@ runs these steps:
12941294 concating |stream|'s [=[[buffer]]=] with a [=byte sequence=]
12951295 containing |newSize|-|oldSize| `0x00` bytes.
12961296 1. If the operation in the previous step failed due to exceeding the [=storage quota=] ,
1297- [=/reject=] |p| with a " {{QuotaExceededError}} " {{DOMException}} and
1298- abort these steps, leaving |stream|'s [=[[buffer]]=] unmodified.
1297+ [=/reject=] |p| with a {{QuotaExceededError}} and abort these steps,
1298+ leaving |stream|'s [=[[buffer]]=] unmodified.
12991299
13001300 Note: [=Storage quota=] only applies to files stored in a
13011301 [=/bucket file system=] .
@@ -1542,7 +1542,7 @@ The <dfn method for=FileSystemSyncAccessHandle>write(|buffer|, {{FileSystemReadW
15421542 |oldSize| − (|writePosition| + |bufferSize|) bytes of |fileContents|.
154315431. Let |newSize| be |head|'s [=byte sequence/length=] + |bufferSize| + |tail|' s [=byte sequence/length=] .
154415441. If |newSize| − |oldSize| exceeds the available [=storage quota=] ,
1545- [=throw=] a " {{QuotaExceededError}} " {{DOMException }} .
1545+ [=throw=] a {{QuotaExceededError}} .
154615461. Set [=this=] 's [=FileSystemSyncAccessHandle/[[file]]=]' s
15471547 [=file entry/binary data=] to the concatenation of
15481548 |head|, the contents of |buffer| and |tail|.
@@ -1586,7 +1586,7 @@ The <dfn method for=FileSystemSyncAccessHandle>truncate(|newSize|)</dfn> method
15861586 |newSize|, [=throw=] a {{TypeError}} .
158715871. If |newSize| is larger than |oldSize|:
15881588 1. If |newSize| − |oldSize| exceeds the available [=storage quota=] ,
1589- [=throw=] a " {{QuotaExceededError}} " {{DOMException }} .
1589+ [=throw=] a {{QuotaExceededError}} .
15901590 1. Set [=this=] 's [=FileSystemSyncAccessHandle/[[file]]=]' s to a
15911591 [=byte sequence=] formed by concatenating |fileContents| with a
15921592 [=byte sequence=] containing |newSize| − |oldSize| 0x00 bytes.
0 commit comments