摘要: /** * Abortable Promise * * @author dondevi * @create 2019-05-27 */ import getAbortController from "./controller.js"; export default class AbortablePr 阅读全文
posted @ 2020-07-24 16:35 porter_代码工作者 阅读(296) 评论(0) 推荐(0)
摘要: namespace Shine { /** socket基类 */ export class BaseSocket { /** 关闭的 */ public static readonly Closed:number=1; /** 连接中 */ public static readonly Conne 阅读全文
posted @ 2020-07-24 11:08 porter_代码工作者 阅读(203) 评论(0) 推荐(0)