You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.