V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  xujiahui  ›  全部回复第 2 页 / 共 14 页
回复总数  267
1  2  3  4  5  6  7  8  9  10 ... 14  
你看的中医诊断说法是什么呢
132 天前
回复了 chensuiyi 创建的主题 程序员 前端之虎陈随易 2023 年终回顾与总结
太强了
139 天前
回复了 toubi 创建的主题 职场话题 程序员如何从公司上班转型
139 天前
回复了 582217 创建的主题 问与答 求推荐高质量的梯
@heelerdeer #158 嗯,最近是有点,不知道啥情况,稳定的节点少了好多,我就在几个能用的之间切一切🤣
自己泡茶喝是比白开水更好地,最好是性温或性平的,如红茶、乌龙茶这种
vim
export interface UseWebSocketReturn<T> {
/**
* Reference to the latest data received via the websocket,
* can be watched to respond to incoming messages
*/
data: Ref<T | null>

/**
* The current websocket status, can be only one of:
* 'OPEN', 'CONNECTING', 'CLOSED'
*/
status: Ref<WebSocketStatus>

/**
* Closes the websocket connection gracefully.
*/
close: WebSocket['close']

/**
* Reopen the websocket connection.
* If there the current one is active, will close it before opening a new one.
*/
open: Fn

/**
* Sends data through the websocket connection.
*
* @param data
* @param useBuffer when the socket is not yet open, store the data into the buffer and sent them one connected. Default to true.
*/
send: (data: string | ArrayBuffer | Blob, useBuffer?: boolean) => boolean

/**
* Reference to the WebSocket instance.
*/
ws: Ref<WebSocket | undefined>
}
文档不是写的挺清楚吗
168 天前
回复了 yujianwjj 创建的主题 git git 临时切换分支
git stash
170 天前
回复了 shixiaoda 创建的主题 Apple Quantumult X 有啥好使的去广告 Config?
求推荐 shadowrocket 的规则
174 天前
回复了 token10086 创建的主题 程序员 求求你们都别卷工具站了
之前 vue3 ts 练手做了一个,https://jawilx.github.io/jtools/
175 天前
回复了 Sylarlong 创建的主题 分享创造 紫微斗数 | 对算命有兴趣的程序员请进
牛,不知道紫微斗数怎么入门
节哀
204 天前
回复了 rivercherdeeeeee 创建的主题 骑行 公路车求推荐
这个价位的美利达性价比最高,但是买不到
209 天前
回复了 582217 创建的主题 问与答 求推荐高质量的梯
@Cu635 #151 imgur 还真打不开,不知道为啥,github push 最近用的少,clone 项目时没啥问题
1  2  3  4  5  6  7  8  9  10 ... 14  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1799 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 00:53 · PVG 08:53 · LAX 17:53 · JFK 20:53
Developed with CodeLauncher
♥ Do have faith in what you're doing.