mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
rebase
This commit is contained in:
parent
d4171ccea5
commit
cc27a09a1a
@ -106,7 +106,7 @@ inpageProvider._metamask = new Proxy({
|
|||||||
if (typeof detail.error !== 'undefined') {
|
if (typeof detail.error !== 'undefined') {
|
||||||
reject(detail.error)
|
reject(detail.error)
|
||||||
} else {
|
} else {
|
||||||
if (!detail.caching) {
|
if (detail.caching) {
|
||||||
resolve(!!detail.isApproved)
|
resolve(!!detail.isApproved)
|
||||||
} else {
|
} else {
|
||||||
resolve(isEnabled)
|
resolve(isEnabled)
|
||||||
@ -136,9 +136,9 @@ inpageProvider._metamask = new Proxy({
|
|||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
get: function(obj, prop) {
|
get: function(obj, prop) {
|
||||||
!warned && console.warn('Heads up! ethereum._metamask exposes convenience methods that have ' +
|
!warned && console.warn('Heads up! ethereum._metamask exposes methods that have ' +
|
||||||
'not been standardized yet. This means that these methods may not be implemented ' +
|
'not been standardized yet. This means that these methods may not be implemented ' +
|
||||||
'in other dapp browsers.')
|
'in other dapp browsers and may be removed from MetaMask in the future.')
|
||||||
warned = true
|
warned = true
|
||||||
return obj[prop]
|
return obj[prop]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user