Michelle Bu 12 ani în urmă
părinte
comite
7eb3259dc7
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 3
      docs/api.md

+ 1 - 3
docs/api.md

@@ -47,9 +47,7 @@ Returns a `DataConnection` object.
 * `options` Object.
   * `metadata` Optional metadata to pass to the remote peer. Can be any serializable type.
   * `serialization` String, which can be `binary`, `binary-utf8`, `json`, or `none`. This will be the serialization format of all data sent over the P2P DataConnection. Defaults to `binary`.
-  * `reliable` Boolean, which if `true` activates experimental reliable transfer (while waiting for actual reliable transfer to be implemented in Chrome).
-    * Defaults to `false` until Chrome implements reliable/large data transfer.
-    * This parameter is only available in the most recent build, not on the stable version of PeerJS in the CDN.
+  * `reliable` Boolean, which if `true` activates experimental reliable transfer (while waiting for actual reliable transfer to be implemented in Chrome). Defaults to `false` until Chrome implements reliable/large data transfer. This parameter is only available in the most recent build, not on the stable version of PeerJS in the CDN.
 
 Before writing to / data will be emitted from the `DataConnection` object that is returned, the `open` event must fire. Also the `error` event should be checked in case a connection cannot be made.