@@ -559,7 +559,7 @@ The <dfn method for=FileSystemFileHandle>getFile()</dfn> method steps are:
559
559
the temporary file starts out empty,
560
560
otherwise the existing file is first copied to this temporary file.
561
561
562
- Creating a {{FileSystemWritableFileStream}} [=file system entry/lock/ take a lock|takes a shared lock=] on the
562
+ Creating a {{FileSystemWritableFileStream}} [=file system entry/take a lock|takes a shared lock=] on the
563
563
[=file entry=] [=locate an entry|locatable=] with |fileHandle|'s [=FileSystemHandle/locator=] .
564
564
This prevents the creation of {{FileSystemSyncAccessHandle|FileSystemSyncAccessHandles}}
565
565
for the entry, until the stream is closed.
@@ -596,7 +596,7 @@ The <dfn method for=FileSystemFileHandle>createWritable(|options|)</dfn> method
596
596
|result| with a "{{NotFoundError}} " {{DOMException}} and abort these steps.
597
597
1. [=Assert=] : |entry| is a [=file entry=] .
598
598
599
- 1. Let |lockResult| be the result of [=file system entry/lock/ take a lock|taking a lock=]
599
+ 1. Let |lockResult| be the result of [=file system entry/take a lock|taking a lock=]
600
600
with "`shared`" on |entry|.
601
601
602
602
1. [=Queue a storage task=] with |global| to run these steps:
@@ -624,7 +624,7 @@ The <dfn method for=FileSystemFileHandle>createWritable(|options|)</dfn> method
624
624
[=file entry=] [=locate an entry|locatable=] by |fileHandle|'s [=FileSystemHandle/locator=] .
625
625
To ensure the changes are reflected in this file, the handle can be flushed.
626
626
627
- Creating a {{FileSystemSyncAccessHandle}} [=file system entry/lock/ take a lock|takes an exclusive lock=] on the
627
+ Creating a {{FileSystemSyncAccessHandle}} [=file system entry/take a lock|takes an exclusive lock=] on the
628
628
[=file entry=] [=locate an entry|locatable=] with |fileHandle|'s [=FileSystemHandle/locator=] .
629
629
This prevents the creation of further {{FileSystemSyncAccessHandle|FileSystemSyncAccessHandles}}
630
630
or {{FileSystemWritableFileStream|FileSystemWritableFileStreams}}
@@ -666,7 +666,7 @@ The <dfn method for=FileSystemFileHandle>createSyncAccessHandle()</dfn> method s
666
666
|result| with a "{{NotFoundError}} " {{DOMException}} and abort these steps.
667
667
1. [=Assert=] : |entry| is a [=file entry=] .
668
668
669
- 1. Let |lockResult| be the result of [=file system entry/lock/ take a lock|taking a lock=]
669
+ 1. Let |lockResult| be the result of [=file system entry/take a lock|taking a lock=]
670
670
with "`exclusive`" on |entry|.
671
671
672
672
1. [=Queue a storage task=] with |global| to run these steps:
0 commit comments