added documentation

This commit is contained in:
JCash 2020-10-31 10:18:50 +01:00
parent 1cc1d802b3
commit 3636ea73db

View File

@ -21,6 +21,10 @@
type: number type: number
desc: Timeout for the connection sequence (milliseconds). Not used on HTML5. (Default is 3000) desc: Timeout for the connection sequence (milliseconds). Not used on HTML5. (Default is 3000)
- name: protocol
type: string
desc: the protocol to use (e.g. 'chat'). (Default is 'binary')
- name: headers - name: headers
type: string type: string
desc: list of http headers. Each pair is separated with "\r\n". Not used on HTML5. desc: list of http headers. Each pair is separated with "\r\n". Not used on HTML5.