blob: f3b6b744ce0b22b9a7be7f5e337379ba36c627d3 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(crbug.com/829689): Add link to spec once complete.
// Explainer: https://github.com/WICG/file-handling/blob/master/explainer.md
[
Exposed=Window,
RuntimeEnabled=FileHandling
] interface LaunchParams {
readonly attribute FrozenArray<FileSystemHandle> files;
};