-
-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webview: Tidy up style and comments for new handshake code.
This cleans up a few small things from the parent commit: * Pull the detailed handshake logic out of `componentDidMount` into its own method. * Rename `isWebViewReady` to be a bit more specific, and to have the grammar of a fact rather than a question, as in `if (isReady)` -> "if the thing is ready". * Keep mentions of the MessageInput* types in a consistent order. * Make the comments a lot terser. See the parent commit for detailed explanation of this code.
- Loading branch information
Showing
4 changed files
with
27 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters