blob: 313d1ed2394e1d93be251d6b631694f2ed3007a7 [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.
// https://github.com/fivedots/nativeio-explainer
[
ImplementedAs=GlobalNativeIO,
RuntimeEnabled=StorageFoundationAPI,
SecureContext
] partial interface Window {
readonly attribute NativeIOFileManager storageFoundation;
};