summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/dom/scripted_task_queue_controller.idl
blob: be7e6275d2c558929918a64af58f1830a6517cc6 (plain)
1
2
3
4
5
6
7
8
9
// 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.

enum MainThreadTaskQueueType { "user-interaction", "best-effort" };

[RuntimeEnabled=WorkerTaskQueue] interface ScriptedTaskQueueController {
    [ImplementedAs=defaultQueue] ScriptedTaskQueue default(MainThreadTaskQueueType queue_type);
};