-
-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Add locking support as per spec for the FSA emulation on top of Node fs.
-
The synchronous file handle.
Creating a FileSystemSyncAccessHandle takes an exclusive lock on the file associated with the file handle. This prevents the creation of further FileSystemSyncAccessHandles or FileSystemWritableFileStreams for the file until the existing access handle is closed.
-
Throw
NoModificationAllowedErrorerror when async write cannot succeed because of locking.
Metadata
Metadata
Assignees
Labels
No labels