51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#MessageChannel
MessageChannel用法总结
MessageChannel,顾名思义,通信管道,可以实现两端的通信。基本用法:varchannel=newMessageChannel();varport1=channel.port1;varport2=channel.port2;port1.onmessage=function(event){console.log...
代码星球
·
2020-06-29
MessageChannel
用法
总结
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他