blob: 8a58d207be74af2bb101fb8454fd6a0203fc088b [file] [log] [blame]
// Copyright 2018 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://wicg.github.io/serial
dictionary SerialPortRequestOptions {
sequence<SerialPortFilter> filters;
};