greymass / anchor-link

Persistent, fast and secure signature provider for EOSIO chains built on top of EOSIO Signing Requests (EEP-7)
Other
53 stars 22 forks source link

Add test case for websocket connection interruption testing #20

Open aaroncox opened 3 years ago

aaroncox commented 3 years ago

We should create a test case that we can use to check browser compatibility around the websocket interruption issue when clicking links.

Related: https://github.com/greymass/ual-anchor/issues/15

Currently we have the iframe isolation hack in place to prevent the link click from being interrupted. The goal is just to have a place to test this behavior while we are developing.