createWritableAsync
fun createWritableAsync(options: FileSystemCreateWritableOptions = definedExternally): Promise<FileSystemWritableFileStream>(source)
The createWritable()
method of the FileSystemFileHandle interface creates a FileSystemWritableFileStream that can be used to write to a file.