Update web-platform-tests to revision 3a8328470d53c4501e31cec2775c4d33821c2275

This commit is contained in:
WPT Sync Bot 2018-03-20 21:09:12 -04:00
parent f92f0809f8
commit 40c0b971f1
32 changed files with 530 additions and 238 deletions

View file

@ -1,8 +1,9 @@
// https://wicg.github.io/web-share/
// GENERATED CONTENT - DO NOT EDIT
// Content of this file was automatically extracted from the Web Share API spec.
// See https://wicg.github.io/web-share/
partial interface Navigator {
[SecureContext]
Promise<void> share(optional ShareData data);
[SecureContext] Promise<void> share(optional ShareData data);
};
dictionary ShareData {