Bug 1568787 [wpt PR 18079] - Update interfaces/web-share.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/web-share.idl (#18079)

Source: https://github.com/tidoust/reffy-reports/blob/52f31b9/whatwg/idl/web-share.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/563479802
--

wpt-commits: 2bc8b5480a32b28d3be92651b302285701f66ff1
wpt-pr: 18079
This commit is contained in:
autofoolip 2019-08-01 14:22:02 +00:00 committed by moz-wptsync-bot
parent b043f3b836
commit 22ebcfe753

View File

@ -3,6 +3,10 @@
// (https://github.com/tidoust/reffy-reports)
// Source: Web Share API - Level 1 (https://wicg.github.io/web-share/)
partial interface Navigator {
[SecureContext] Promise<void> share(optional ShareData data = {});
};
dictionary ShareData {
USVString title;
USVString text;