You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constSEPARATOR=String.fromCharCode(30);// see https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text
5
6
6
-
constencodePayload=(packets,callback)=>{
7
+
constencodePayload=(
8
+
packets: Packet[],
9
+
callback: (encodedPayload: string)=>void
10
+
)=>{
7
11
// some packets may be added to the array while encoding, so the initial length must be saved
0 commit comments