You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a web app is a share target and uses "launch_handler": { "client_mode": "focus-existing" } the share payload is dropped. LaunchParams should include a share_data member for this situation.
After discussions with @ericwilligers it sounds like we can package up the share data as a FormData object.
Maybe the share target level 2 spec could be refactored to define how to construct the FormData and then call into existing procedures for producing an HTTP request out of it.
If a web app is a share target and uses
"launch_handler": { "client_mode": "focus-existing" }
the share payload is dropped.LaunchParams
should include ashare_data
member for this situation.Bug report: https://bugs.chromium.org/p/chromium/issues/detail?id=1213776
This proposal relates to: w3c/web-share-target#84
The text was updated successfully, but these errors were encountered: