Bug 807276 - Make nsIWebSocketChannel.idl scriptable. r=jduell, sr=bz DONTBUILD

This commit is contained in:
Guillermo López 2012-11-07 12:06:22 -08:00
parent 21bc1f2095
commit 18c440499f

View File

@ -12,10 +12,14 @@ interface nsIInputStream;
#include "nsISupports.idl"
/**
* You probably want nsI{Moz}WebSocket.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.
*/
[uuid(0683E9A4-994D-11E1-9478-1E356188709B)]
[scriptable, uuid(0683E9A4-994D-11E1-9478-1E356188709B)]
interface nsIWebSocketChannel : nsISupports
{
/**