summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/typed_arrays/int8_array.idl
blob: 5c4fee877273db6c5d854bf760ff538bd3177c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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=DOMInt8Array,
    LegacyNoInterfaceObject
] interface Int8Array : ArrayBufferView {
};