blob: c95d2b0885f2a1f43a0caa77cea39a05f6c81d24 [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
[
Exposed=DedicatedWorker,
ImplementedAs=WorkerNavigatorSerial,
RuntimeEnabled=Serial,
SecureContext
] partial interface WorkerNavigator {
[CallWith=ScriptState, SameObject] readonly attribute Serial serial;
};