tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

nsIDataChannel.idl (519B)


      1 /* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
      2 *
      3 * This Source Code Form is subject to the terms of the Mozilla Public
      4 * License, v. 2.0. If a copy of the MPL was not distributed with this
      5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      6 
      7 #include "nsISupports.idl"
      8 
      9 /**
     10 * nsIDataChannel
     11 *
     12 * This interface allows JS to check if a given channel is a data channel.
     13 */
     14 [scriptable, uuid(4da142b1-10e4-42e5-8b61-c28a49b06635)]
     15 interface nsIDataChannel : nsISupports
     16 {
     17 };