Changelog
Version 0.3.10 (29 Aug 2014)
disconnected
would be emitted for XHR requests that were aborted on purpose.Changelog
Version 0.3.9 (11 July 2014)
RTCPeerConnection
and such). (Thanks, @khankuan!)_chunkedData
was not being cleared recursively, causing memory to be eaten up unnecessarily. (Thanks, @UnsungHero97!)peer.reconnect()
, which allows a peer to reconnect to the signalling server with the same ID it had before after it has been disconnected. (Thanks, @jure, for the amazing input :)!)webrtc
, network
, and peer-unavailable
error types. (Thanks, @mmis1000 for reporting!)network
error and disconnect. (Thanks, @UnsungHero97 for reporting!)Changelog
Version 0.3.8 beta (18 Mar 2014)
Changelog
Version 0.3.6 beta (3 Dec 2013)
.bufferSize
to DataConnection to indicate the size of the buffer queue..dataChannel
to DataConnection as an alias for ._dc
, which contains
the RTCDataChannel object associated with the DataConnection.Changelog
Version 0.3.4 beta (11 Nov 2013)
Changelog
Version 0.3.2 beta (25 Oct 2013)
maxRetransmits
parameter for modifying SDP.true
, the reliable shim is used only in Chrome 30 and below.Changelog
Version 0.3.1 beta (19 Oct 2013)
Changelog
Version 0.2.0 (24 Mar 2013)
peer.connections
is no longer a hash mapping peer IDs to connections.PeerConnection
; PeerConnection
errors are now forwarded to the Peer
object.