blob: 635a31c79ef39b5ff1272408ec6bc19235db8bc4 [file] [log] [blame]
// Copyright 2015 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.
// http://w3c.github.io/performance-timeline/#the-performance-observer-interface
[
RuntimeEnabled=PerformanceObserver,
] dictionary PerformanceObserverInit {
required sequence<DOMString> entryTypes;
};