-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional ShareData types? #182
Comments
If we adopt #181, users will be able to share any blobs. I see limited value in inventing a new input format for (data + content-type), when the web platform already has Blob's constructor. |
In the future, it might be nice to share |
What would happen when the sources were MediaStream or just multiple |
I guess we will figure those out if we ever add them. Even |
Closing as there is nothing actionable here. |
Sent request to TAG to remove label https://lists.w3.org/Archives/Public/www-tag/2022Aug/0000.html |
From the TAG review:
We accept this is likely limited by existing OS APIs, but during the review we thought about sharing other common data types, such as vCard, vCalendar, other structured data types, etc.
While those can be encoded into Blobs, it may be useful to allow sharing other data types, like a byte array, data which would be JSON serialized, or a raw string, accompanied by a content-type, without requiring the author to do the Blob encoding. If the OS share API doesn't support those types directly, the UA may auto-convert some common cases into files as necessary.
As the ShareData dictionary is inherently extensible, we don't feel this is required for V1, but just wanted to raise the issue.
The text was updated successfully, but these errors were encountered: