Browser | Version | Own? | Type | As String |
---|---|---|---|---|
AppleWebit | 537.36.0 | ? | ? | ? |
bingbot | 2.0.0 | ? | ? | ? |
BingPreview | 1.0.0 | ? | ? | ? |
BitSightBot | 1.0.0 | ? | ? | ? |
Chrome | 13.0.863 | ? | ? | ? |
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 | 13.0.842 | ? | ? | ? |
Edge | 8.26144.0 | ? | ? | ? |
facebookexternalhit | 1.1.0 | ? | ? | ? |
Firefox | 3.6.1 | ? | ? | ? |
FxiOS | 9.3.0 | ? | ? | ? |
Googlebot | 2.1.0 | ? | ? | ? |
GSA | 334.0.16777215 | ? | ? | ? |
HeadlessChrome | 90.0.4430 | ? | ? | ? |
IE | 11.0.0 | ? | ? | ? |
Mobile | 15.0.0 | ? | ? | ? |
Opera | 8.10.0 | ? | ? | ? |
PerplexityBot | 1.0.0 | ? | ? | ? |
render | 2.0.0 | ? | ? | ? |
requests | 2.32.3 | ? | ? | ? |
Safari | 3.0.5 | ? | ? | ? |
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 | ? | ? | ? |
Zeno | 76.0.0 | ? | ? | ? |
Properties | AppleWebit | bingbot | BingPreview | BitSightBot | Chrome | CriOS | Edge | facebookexternalhit | Firefox | FxiOS | Googlebot | GSA | HeadlessChrome | IE | Mobile | Opera | PerplexityBot | render | requests | Safari | SamsungBrowser | YandexBot | YandexRenderResourcesBot | Zeno |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
length | ? | ? | ? | ? | 119.0.0 | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | 15.0.0 | ? | ? | ? | ? |
prototype | ? | ? | ? | ? | 119.0.0 | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | 15.0.0 | ? | ? | ? | ? |