Fix the ability for IPData refcount to go negative
This commit is contained in:
2
cvm-rs/index.d.ts
vendored
2
cvm-rs/index.d.ts
vendored
@@ -80,5 +80,5 @@ js side api:
|
||||
remotingMouseEvent(client, x, y, buttons) - mouse event
|
||||
|
||||
on the rust side a boxed client will contain an inner boxed `dyn RemotingProtocolClient` which will contain protocol specific dispatch,
|
||||
upon parsing a remoting URI we will create a given client (e.g, for `vnc://` we'd make the VNC one)
|
||||
upon parsing a remoting URI we will create a given client (e.g: for `vnc://` we'd make the VNC one)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user