blob: 48a9f1d73766ec47c4fbed80c4ebe99127c965d2 [file] [log] [blame]
// Copyright 2020 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.
[
ImplementedAs=DataTransferItemNativeFileSystem,
RuntimeEnabled=NativeFileSystem
] partial interface DataTransferItem {
[CallWith=ScriptState, MeasureAs=NativeFileSystemDragAndDrop] Promise<FileSystemHandle?> getAsFileSystemHandle();
};