mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-02 20:10:37 +02:00
chore(api): tauri can serialize array buffers from rc.7 (#1694)
* chore(api): tauri can serialize array buffers from rc.7 * fmt * fix audit * update lockfile
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -411,7 +411,7 @@ class FileHandle extends Resource {
|
||||
async write(data: Uint8Array): Promise<number> {
|
||||
return await invoke("plugin:fs|write", {
|
||||
rid: this.rid,
|
||||
data: Array.from(data),
|
||||
data,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user