Skip to content

Commit 52437a5

Browse files
Resolve promise after OS hand-off (#209)
1 parent 828058d commit 52437a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,10 @@ <h4>
248248
</li>
249249
</ol>
250250
</li>
251-
<li>Once the data has been successfully transmitted to the
252-
target, <a>resolve</a> {{Navigator/[[sharePromise]]}} with
253-
`undefined`.
251+
<li>Once the data has either been successfully transmitted to
252+
the [=share target=], or successfully transmitted to the OS (if
253+
the transmission to the [=share target=] cannot be confirmed),
254+
<a>resolve</a> {{Navigator/[[sharePromise]]}} with `undefined`.
254255
</li>
255256
<li>Set {{Navigator/[[sharePromise]]}} to `null`.
256257
</li>

0 commit comments

Comments
 (0)