Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uknownothingsnow authored Sep 8, 2022
1 parent 6bef4a7 commit cec1da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You can set a default handler in Java, so that js can send message to Java witho

```javascript

window.WebViewJavascriptBridge.send(
window.WebViewJavascriptBridge.doSend(
data
, function(responseData) {
document.getElementById("show").innerHTML = "repsonseData from java, data = " + responseData
Expand Down

0 comments on commit cec1da9

Please sign in to comment.