Paul 5 年 前
コミット
625288beb9
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/index.ts

+ 1
- 1
src/index.ts ファイルの表示

@@ -123,7 +123,7 @@ class Client {
123 123
   }
124 124
 
125 125
   // 获取socket的链接状态
126
-  public getReadyState(): number {
126
+  public get readyState(): number {
127 127
     return this.socket.readyState;
128 128
   }
129 129