blob: d3d262ddaa7f0907d10c59b840ba1a2a59608a90 [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/#sensorerrorevent
[
RuntimeEnabled=Sensor,
Constructor(DOMString type, SensorErrorEventInit eventInitDict)
] interface SensorErrorEvent : Event {
readonly attribute DOMException error;
};