blob: 84f155832bca2c6700f284be5d0a80b41db810e9 [file] [log] [blame]
// services/network/public/mojom/encoded_body_length.mojom-lite.js is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview
* @suppress {missingRequire}
*/
'use strict';
mojo.internal.exportModule('network.mojom');
/**
* @const { {$:!mojo.internal.MojomType}}
* @export
*/
network.mojom.EncodedBodyLengthSpec =
{ $: /** @type {!mojo.internal.MojomType} */ ({}) };
mojo.internal.Struct(
network.mojom.EncodedBodyLengthSpec.$,
'EncodedBodyLength',
[
mojo.internal.StructField(
'value', 0,
0,
mojo.internal.Uint64,
BigInt(0),
false, /* nullable */
0 /* minVersion */,
),
],
[[0, 16],]);
/** @record */
network.mojom.EncodedBodyLength = class {
constructor() {
/** @export { !bigint } */
this.value;
}
};