blob: 594a654e2bd1689b28afefca2a2db3cc6d4415d1 [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(ricea): Add standard link when there is one.
dictionary WebSocketCloseInfo {
[Clamp] unsigned short code;
USVString reason = "";
};