FileSystemWritableFileStream
The FileSystemWritableFileStream
interface of the File System API is a WritableStream object with additional convenience methods, which operates on a single file on disk. Available only in secure contexts.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The write()
method of the FileSystemWritableFileStream interface writes content into the file the method is called on, at the current file cursor offset.
Link copied to clipboard