ericz 12 年之前
父節點
當前提交
f393640a50
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 3 0
      docs/api.md
  2. 2 0
      docs/readme.md

+ 3 - 0
docs/api.md

@@ -1,5 +1,8 @@
 # PeerJS API Reference
 # PeerJS API Reference
 
 
+**Due to browsers' incomplete support of the WebRTC DataChannel specification, many features of PeerJS have caveats.
+[View the status page for full details](http://peerjs.com/status).**
+
 ## Class: peerjs.Peer
 ## Class: peerjs.Peer
 
 
 This class is a the BinaryJS websocket server. It is an `EventEmitter`.
 This class is a the BinaryJS websocket server. It is an `EventEmitter`.

+ 2 - 0
docs/readme.md

@@ -1,5 +1,7 @@
 ## PeerJS Documentation
 ## PeerJS Documentation
 
 
+**Due to browsers' incomplete support of the WebRTC DataChannel specification, many features of PeerJS have caveats.
+[View the status page for full details](http://peerjs.com/status).**
 
 
 ###[API Reference](https://github.com/peers/peerjs/blob/master/docs/api.md)
 ###[API Reference](https://github.com/peers/peerjs/blob/master/docs/api.md)