Skip to content

Filesystem.writeFile支持blob在native #80

Description

@passwhl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions