Open turt2live opened 2 years ago
For example, it'd be really great to be able to supply a JS object to encryptRoomEvent() or better understand what receiveSyncChanges is actually returning.
object
encryptRoomEvent()
receiveSyncChanges
(non-blocker for bindings usage)
this also affects requests where it wants the caller to parse a string and supply a string back: surely these should be objects.
For example, it'd be really great to be able to supply a JS
object
toencryptRoomEvent()
or better understand whatreceiveSyncChanges
is actually returning.