summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/native_io/worker_global_scope_native_io.idl
blob: aa03a6ca7c5382093d95e627b0c3eb22522c25b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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=NativeIO,
  SecureContext
] partial interface WorkerGlobalScope {
  readonly attribute NativeIOManager nativeIO;
};