ipfs / in-web-browsers

Tracking the endeavor towards getting web browsers to natively support IPFS and content-addressing
https://docs.ipfs.tech/how-to/address-ipfs-on-web/
MIT License
348 stars 29 forks source link

Investigate Clipboard Pickling APIs #203

Open lidel opened 1 year ago

lidel commented 1 year ago

Web Custom formats let websites read and write arbitrary unsanitized payloads using a standardized web custom format, as well as read and write a limited subset of OS-specific formats (for supporting legacy apps).

The name of the clipboard format is mangled by the browser in a standardized way to indicate that the content is from the web, which allows native applications to opt-in to accepting the unsanitized content. – https://chromestatus.com/feature/5649558757441536

Use in IPFS

It opens an interesting option for passing bytes on the web

Depending on low level limitations and permissions, this might be something we can leverage for:

References