blob: ba8d82418c2e80954bd293032f4076538ae04dc3 [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://w3c.github.io/longtasks/#sec-TaskAttributionTiming
[Exposed=Window]
interface TaskAttributionTiming : PerformanceEntry {
readonly attribute DOMString containerType;
readonly attribute DOMString containerSrc;
readonly attribute DOMString containerId;
readonly attribute DOMString containerName;
[CallWith=ScriptState, ImplementedAs=toJSONForBinding] object toJSON();
};