Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 40c66e0

Browse files
committed
Update WinRT typings to avoid inheriting same properties from diffrent soruces
1 parent 4b5f31d commit 40c66e0

File tree

1 file changed

+2
-2
lines changed
  • win8.1/encyclopedia/Encyclopedia/js/typings

1 file changed

+2
-2
lines changed

win8.1/encyclopedia/Encyclopedia/js/typings/winrt.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)