Closed jesup closed 1 year ago
Thanks for the careful review, @annevk !
Note that the existing cursor for WritableFileStream should have normative text for [=FileSystemWritableFileStream/file position cursor=]; right now all references are in non-normative text. I'm considering this a separate issue
Question: with this change, should FileSystemReadWriteOptions.at
become optional rather than defaulting to 0? Otherwise the behavior for read and write calls using default options is different than if you call the version of the method that does not specify any options
Filed #81.
Adds cursor to FileSystemSyncAccessHandle, similar to the cursor for WritableFileStream. This means that supplying an 'at:' parameter for every read and write will not be needed.
(See WHATWG Working Mode: Changes for more details.)
Preview | Diff