Update documentation to reflect HTML5 limitations.

This commit is contained in:
Fabio Alessandrelli 2020-01-14 13:54:31 +01:00
parent 031b5455ae
commit aa744aee7d
7 changed files with 9 additions and 2 deletions

View file

@ -38,6 +38,7 @@
</argument>
<description>
Connects to a peer using an underlying [StreamPeer] [code]stream[/code]. If [code]validate_certs[/code] is [code]true[/code], [StreamPeerSSL] will validate that the certificate presented by the peer matches the [code]for_hostname[/code].
[b]Note:[/b] Specifying a custom [code]valid_certificate[/code] is not supported in HTML5 exports due to browsers restrictions.
</description>
</method>
<method name="disconnect_from_stream">