Backed out changeset f7753f215359

This commit is contained in:
Jason Duell 2012-11-07 11:43:38 -08:00
parent d88d9f4477
commit 81b21d68c4

View File

@ -12,14 +12,10 @@ interface nsIInputStream;
#include "nsISupports.idl"
**
* Low-level websocket API: handles network protocol.
*
* This is primarly intended for use by the higher-level nsIWebSocket.idl.
* We are also making it scriptable for now, but this may change once we have
* WebSockets for Workers.
/**
* You probably want nsI{Moz}WebSocket.idl
*/
[scriptable, uuid(0683E9A4-994D-11E1-9478-1E356188709B)]
[uuid(0683E9A4-994D-11E1-9478-1E356188709B)]
interface nsIWebSocketChannel : nsISupports
{
/**