FileSystemSyncAccessHandle
The FileSystemSyncAccessHandle
interface of the File System API represents a synchronous handle to a file system entry. Available only in secure contexts.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun read(buffer: AllowSharedBufferSource, options: FileSystemReadWriteOptions = definedExternally): UInt53
Link copied to clipboard
Link copied to clipboard
fun write(buffer: AllowSharedBufferSource, options: FileSystemReadWriteOptions = definedExternally): UInt53