w3c / web-share

Web API proposal for sharing data from a web page
https://www.w3.org/TR/web-share/
Other
353 stars 65 forks source link

Promises cannot be manipulated while "in parallel" #235

Closed annevk closed 2 years ago

annevk commented 2 years ago

You need to use "queue a global task" and from that task you can manipulate promises. (This applies to state in general, but it seems this API mainly uses promises.)