blob: 013bae06c047f751a57f3cd4ff6e7497240684b5 [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://drafts.csswg.org/cssom-view/#mediaquerylistevent
dictionary MediaQueryListEventInit : EventInit {
DOMString media = "";
boolean matches = false;
};