blob: 6bb24c72099a067332983f5c0fe360266bd1d093 [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 {
any error;
};