Re: [EXTERNAL] Re: [blink-dev] Intent to prototype: Align async API read/write HTML format with DataTransfer API

2022-10-21 Thread Michael Ford
Thomas I read the web-custom-formats and this is a very nice addition but doesn't quite solve my exact problem of interop with desktop applications. Specially Microsoft, Adobe, and other desktop products copy unsanitized html to the clipboard and I need to be able to access this content via to

Re: [EXTERNAL] Re: [blink-dev] Intent to prototype: Align async API read/write HTML format with DataTransfer API

2022-10-21 Thread Michael Ford
iew (googlesource.com) > <https://chromium-review.googlesource.com/c/chromium/src/+/3828553>. > > > > Thanks, > > Ana > > > > > > *From:* Michael Ford > *Sent:* Friday, October 21, 2022 10:11 AM > *To:* blink-dev > *Cc:* Ana Sollano Kim ; Bo Cu

Re: [EXTERNAL] Re: [blink-dev] Intent to prototype: Align async API read/write HTML format with DataTransfer API

2022-10-21 Thread Michael Ford
Could I get clarification on the #clipboard-unsanitized-content flag? When I enable this the Async API writes unsanitized html which is great but when I call the following I don't see a new html and the original "text/html" is still sanitized. I am testing against 107 beta on 10/21/2022. I ha