blob: b0e46b8d6534d658144c5b3e30816fbda00a17a9 [file] [log] [blame]
// Copyright 2020 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://wicg.github.io/web-transport/#stream-abort-info
dictionary StreamAbortInfo {
unsigned short errorCode = 0;
};