Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This updates the test app to ignore unknown window events. Some extensions, like metamask, send seemingly arbitrary messages to the window which confuses the test app. With these changes we try to figure out if a message was intended for us by 1. Ensuring a request was started 2. Checking the jsonrpc response ID
- Loading branch information