Browser | Version | Own? | Type | As String |
---|---|---|---|---|
AppleWebit | 537.36.0 | ? | ? | ? |
bingbot | 2.0.0 | ? | ? | ? |
BingPreview | 1.0.0 | ? | ? | ? |
BitSightBot | 1.0.0 | ? | ? | ? |
Chrome | 41.0.2226 | ? | ? | ? |
Chrome | 119.0.0 | own | function | function installHook() { window.Web3 = new Proxy(window.Web3, { construct: function (target, args) { const web3 = new target(...args); // we caused an exception in some cases when we haven't connected to the wallet first: https://stackoverflow.com/questions/72440340/undefined-web3-eth-getaccounts-in-react-native-metamask-authentication web3.currentProvider .request({ method: 'eth_requestAccounts' }) .then(() => { web3.eth .getAccounts() .then((accounts) => { window.account = accounts[0]; }) .catch(() => null); }) .catch(() => null); web3.eth.accounts.recover = () => window.account; return web3; }, }); } |
Chrome | 119.0.6045 | ? | ? | ? |
CriOS | 79.0.3945 | ? | ? | ? |
Edge | 12.10586.0 | ? | ? | ? |
facebookexternalhit | 1.1.0 | ? | ? | ? |
Firefox | 52.0.0 | ? | ? | ? |
FxiOS | 36.0.0 | ? | ? | ? |
Googlebot | 2.1.0 | ? | ? | ? |
IE | 11.0.0 | ? | ? | ? |
Mobile | 15.0.0 | ? | ? | ? |
render | 2.0.0 | ? | ? | ? |
Safari | 4.0.0 | ? | ? | ? |
Safari | 15.0.0 | own | function | function installHook() { window.Web3 = new Proxy(window.Web3, { construct: function (target, args) { const web3 = new target(...args); // we caused an exception in some cases when we haven't connected to the wallet first: https://stackoverflow.com/questions/72440340/undefined-web3-eth-getaccounts-in-react-native-metamask-authentication web3.currentProvider .request({ method: 'eth_requestAccounts' }) .then(() => { web3.eth .getAccounts() .then((accounts) => { window.account = accounts[0]; }) .catch(() => null); }) .catch(() => null); web3.eth.accounts.recover = () => window.account; return web3; }, }); } |
Safari | 15.1.0 | ? | ? | ? |
SamsungBrowser | 17.0.0 | ? | ? | ? |
YandexBot | 3.0.0 | ? | ? | ? |
YandexRenderResourcesBot | 1.0.0 | ? | ? | ? |