blob: 626225faa7bfab2e2723673b63a9c0d13544e747 [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.
[
RuntimeEnabled=WorkerTaskQueue,
ImplementedAs=WindowTaskWorklet,
SecureContext
] partial interface Window {
[SameObject] readonly attribute TaskWorklet taskWorklet;
};