blob: 919151d4d00a70d55a4fcc75dc4954fa71c30b13 [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,
SecureContext,
Constructor(DOMString type, SensorErrorEventInit eventInitDict),
Exposed=Window
] interface SensorErrorEvent : Event {
readonly attribute DOMException error;
};