blob: 67da272b1d107e2c4136e8d4cd4026b6dd99f8fa [file] [log] [blame]
// Copyright 2014 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.
// https://www.khronos.org/registry/typedarray/specs/latest/#TYPEDARRAYS
[
ImplementedAs=DOMInt32Array,
NoInterfaceObject
] interface Int32Array : ArrayBufferView {
};