- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
9 lines
357 B
Markdown
9 lines
357 B
Markdown
# BinaryPack
|
|
|
|
BinaryPack is 95% MessagePack. The protocol has been extended to support distinct string and binary types.
|
|
|
|
This library is mainly used by [PeerJS](https://peerjs.com) to transfer objects via data channels.
|
|
Bug reports and fixes are welcome, but we are unlikely to implement new features.
|
|
|
|
Inspired by: https://github.com/cuzic/MessagePack-JS
|