mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
7 lines
172 B
Markdown
7 lines
172 B
Markdown
---
|
|
fs: patch
|
|
fs-js: patch
|
|
---
|
|
|
|
`readFile` now returns a more specific type `Promise<Uint8Array<ArrayBuffer>>` instead of the default `Promise<Uint8Array<ArrayBufferLike>`
|