Bug Report
Capacitor Version
@capacitor/filesystem@8.1.2
CapacitorException: The 'writeFile' input parameters aren't valid
Platform(s)
android
Current Behavior
const response = await fetch('https://example.com/a.pdf');
const blob = await response.blob();
Filesystem.writeFile(...)
不好用,希望改进,支持直接写入blob
Bug Report
Capacitor Version
@capacitor/filesystem@8.1.2
Platform(s)
android
Current Behavior
const response = await fetch('https://example.com/a.pdf');
const blob = await response.blob();
Filesystem.writeFile(...)
不好用,希望改进,支持直接写入blob