-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Description
There should be a way to share large blobs / files using the Web Share API.
Couple of ways to do this:
- Add a
blob
orfile
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.
1j01, nektro, deanshub, goldingdamien, cdata and 5 more
Metadata
Metadata
Assignees
Labels
No labels