소스 검색

add tip for Safari - DataConnection.send(string)

afrokick 5 년 전
부모
커밋
0d3c3db62e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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