Explorar el Código

add tip for Safari - DataConnection.send(string)

afrokick hace 5 años
padre
commit
0d3c3db62e
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -83,6 +83,10 @@ npm test
 | --------- | --------- | --------- |
 | last 4 versions| last 4 versions| 12.1+
 
+##Safari
+
+1. Safari supports only string data when sending via DataConnection. Use JSON serialization type if you want to communicate with Safari. By default, DataConnection uses Binary serialization type.
+
 ## FAQ
 
 Q. I have a message ```Critical dependency: the request of a dependency is an expression``` in browser's console