From e1d96bac06300b302b93857f53ec420163bcf30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Fri, 13 Aug 2021 14:09:37 +1000 Subject: [PATCH] Resolve promise after OS hand-off --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index aa6900a..e85468a 100644 --- a/index.html +++ b/index.html @@ -248,9 +248,10 @@

-
  • Once the data has been successfully transmitted to the - target, resolve {{Navigator/[[sharePromise]]}} with - `undefined`. +
  • Once the data has either been successfully transmitted to + the [=share target=], or successfully transmitted to the OS (if + the transmission to the [=share target=] cannot be confirmed), + resolve {{Navigator/[[sharePromise]]}} with `undefined`.
  • Set {{Navigator/[[sharePromise]]}} to `null`.