File tree Expand file tree Collapse file tree
win8.1/encyclopedia/Encyclopedia/js/typings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7908,7 +7908,7 @@ declare module Windows {
79087908 maxMessageSize: number;
79097909 messageType: Windows.Networking.Sockets.SocketMessageType;
79107910 }
7911- export interface IMessageWebSocket extends Windows.Networking.Sockets.IWebSocket, Windows.Foundation.IClosable {
7911+ export interface IMessageWebSocket extends Windows.Networking.Sockets.IWebSocket {
79127912 control: Windows.Networking.Sockets.MessageWebSocketControl;
79137913 information: Windows.Networking.Sockets.MessageWebSocketInformation;
79147914 onmessagereceived: any/* TODO */;
@@ -7946,7 +7946,7 @@ declare module Windows {
79467946 export interface IStreamWebSocketControl extends Windows.Networking.Sockets.IWebSocketControl {
79477947 noDelay: boolean;
79487948 }
7949- export interface IStreamWebSocket extends Windows.Networking.Sockets.IWebSocket, Windows.Foundation.IClosable {
7949+ export interface IStreamWebSocket extends Windows.Networking.Sockets.IWebSocket {
79507950 control: Windows.Networking.Sockets.StreamWebSocketControl;
79517951 information: Windows.Networking.Sockets.StreamWebSocketInformation;
79527952 inputStream: Windows.Storage.Streams.IInputStream;
You can’t perform that action at this time.
0 commit comments