RESOLVED FIXED 201627
Multiple simultaneous share() calls cause rejection
https://bugs.webkit.org/show_bug.cgi?id=201627
Summary Multiple simultaneous share() calls cause rejection
Marcos Caceres
Reported 2019-09-09 20:05:54 PDT
We've updated the spec so that only one share() can occur at the same time: https://github.com/w3c/web-share/pull/113 Right now, if two calls to .share() are made in Safari, both shares reject. We've added a Web Platform Test also: https://github.com/web-platform-tests/wpt/pull/18486
Attachments
Radar WebKit Bug Importer
Comment 1 2019-09-10 10:34:28 PDT
Marcos Caceres
Comment 2 2021-08-17 23:35:37 PDT
Looks like this got fixed by: https://bugs.webkit.org/show_bug.cgi?id=229132 It checks m_hasPendingShare.
Note You need to log in before you can comment on or make changes to this bug.