mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision b'421155a1c8752a36b465e62f466b18f821190e08'
This commit is contained in:
parent
871cefc926
commit
fd56698ec7
722 changed files with 19686 additions and 8130 deletions
19
tests/wpt/web-platform-tests/interfaces/web-app-launch.idl
Normal file
19
tests/wpt/web-platform-tests/interfaces/web-app-launch.idl
Normal file
|
@ -0,0 +1,19 @@
|
|||
// GENERATED CONTENT - DO NOT EDIT
|
||||
// Content was automatically extracted by Reffy into webref
|
||||
// (https://github.com/w3c/webref)
|
||||
// Source: Web App Launch Handler API (https://wicg.github.io/web-app-launch/)
|
||||
|
||||
[Exposed=Window] interface LaunchParams {
|
||||
readonly attribute DOMString? targetURL;
|
||||
readonly attribute FrozenArray<FileSystemHandle> files;
|
||||
};
|
||||
|
||||
callback LaunchConsumer = any (LaunchParams params);
|
||||
|
||||
partial interface Window {
|
||||
readonly attribute LaunchQueue launchQueue;
|
||||
};
|
||||
|
||||
[Exposed=Window] interface LaunchQueue {
|
||||
undefined setConsumer(LaunchConsumer consumer);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue