FileSystemWritableFileStream

Functions

Link copied to clipboard
abstract fun close(): Promise<JsAny?>
Link copied to clipboard
abstract fun seek(position: Double): Promise<JsAny?>
Link copied to clipboard
abstract fun truncate(size: Double): Promise<JsAny?>
Link copied to clipboard
abstract fun write(data: JsString): Promise<JsAny?>
abstract fun write(data: ArrayBuffer): Promise<JsAny?>
abstract fun write(data: ArrayBufferView): Promise<JsAny?>
abstract fun write(data: Blob): Promise<JsAny?>