blob: 97c7963a014aaa27231e4cbb169d3b0a26a85ae6 [file] [log] [blame]
// Copyright 2014 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://dom.spec.whatwg.org/#interface-event
dictionary EventInit {
boolean bubbles = false;
boolean cancelable = false;
boolean composed = false;
};