mirror of
https://github.com/servo/servo.git
synced 2025-08-23 22:35:33 +01:00
Update web-platform-tests to revision 3a8328470d53c4501e31cec2775c4d33821c2275
This commit is contained in:
parent
f92f0809f8
commit
40c0b971f1
32 changed files with 530 additions and 238 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue