Skip to content

Share blobs via a Blob URL? #7

@mgiuca

Description

@mgiuca

There should be a way to share large blobs / files using the Web Share API.

Couple of ways to do this:

  • Add a blob or file attribute to the share data object, allowing such objects to be added directly.
  • Set the url attribute to a Blob URL to reference a blob.

The latter approach is nice because it keeps the API surface small and forces you to share just one piece of content (either a web URL or a Blob URL, but not both). This may or may not be desirable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions