Files
tauri-plugins-workspace/examples/api/src/views
Lucas Fernandes Nogueira 0ecb30e3cb refactor(upload)!: take headers, method and body via an options object (#3613)
`upload(url, path, onProgress, { headers, method })` and
`download(url, path, onProgress, { headers, body })` replace the
positional optional arguments.

`headers` accepts both a `Map` and a plain object; previously a `Map`
was silently serialized as an empty object.
2026-09-22 06:07:43 -03:00
..
2023-12-19 10:50:31 -03:00
2023-05-05 09:41:17 -03:00