This repository was archived by the owner on Oct 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
win8.1/encyclopedia/Encyclopedia/js/typings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7908,7 +7908,7 @@ declare module Windows {
7908
7908
maxMessageSize: number;
7909
7909
messageType: Windows.Networking.Sockets.SocketMessageType;
7910
7910
}
7911
- export interface IMessageWebSocket extends Windows.Networking.Sockets.IWebSocket, Windows.Foundation.IClosable {
7911
+ export interface IMessageWebSocket extends Windows.Networking.Sockets.IWebSocket {
7912
7912
control: Windows.Networking.Sockets.MessageWebSocketControl;
7913
7913
information: Windows.Networking.Sockets.MessageWebSocketInformation;
7914
7914
onmessagereceived: any/* TODO */;
@@ -7946,7 +7946,7 @@ declare module Windows {
7946
7946
export interface IStreamWebSocketControl extends Windows.Networking.Sockets.IWebSocketControl {
7947
7947
noDelay: boolean;
7948
7948
}
7949
- export interface IStreamWebSocket extends Windows.Networking.Sockets.IWebSocket, Windows.Foundation.IClosable {
7949
+ export interface IStreamWebSocket extends Windows.Networking.Sockets.IWebSocket {
7950
7950
control: Windows.Networking.Sockets.StreamWebSocketControl;
7951
7951
information: Windows.Networking.Sockets.StreamWebSocketInformation;
7952
7952
inputStream: Windows.Storage.Streams.IInputStream;
You can’t perform that action at this time.
0 commit comments