blob: 18bcece69bcb7e1ef454e7f1b30f6a10508de511 [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 errorEventInitDict)
] interface SensorErrorEvent : ErrorEvent {
// TODO(riju) : Later on we need to add sensorID.
// At this moment SensorErrorEvent looks like ErrorEvent.
};