Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Update app.md
Browse files Browse the repository at this point in the history
feedback from mathijs
  • Loading branch information
lukasvan3l authored Jun 29, 2023
1 parent f291921 commit a88e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The script message handler that you registered will then be called like this:

```
func userContentController(_ userContentController: WKUserContentController, didReceive message: WKScriptMessage) {
assert(message.name == "allMessages")
guard message.name == "allMessages" else { return }
… decode the message.body and handle it …
}
```
Expand Down

0 comments on commit a88e0da

Please # to comment.