blob: 8a43ba3ce09716bd03cba52606294a754a280cc2 [file] [log] [blame]
// Copyright 2017 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.
module blink.mojom;
import "mojo/public/mojom/base/big_buffer.mojom";
// Struct which represents the contents of an ArrayBuffer, e.g.
// ArrayBufferContents.
struct SerializedArrayBufferContents {
mojo_base.mojom.BigBuffer contents;
};