blob: a49a927305d16637a8a11568e11f7c03812587f7 [file] [log] [blame]
// Copyright 2016 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.
// Specification at:
// https://w3c.github.io/sensors/#dictdef-sensorerroreventinit
dictionary SensorErrorEventInit : EventInit {
required DOMException error;
};