Files
tubestation/dom/base/nsIDOMDataChannel.idl
Boris Zbarsky 48dd7d0379 Bug 1431903. Remove unused methods from nsIDOMDataChannel. r=mccr8
MozReview-Commit-ID: NRfLiNEWPK
2018-01-21 12:07:29 -05:00

11 lines
352 B
Plaintext

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsIDOMEventTarget.idl"
[builtinclass, uuid(b00a4ca7-312e-4926-84f6-8ebb43e53d83)]
interface nsIDOMDataChannel : nsIDOMEventTarget
{
};