@ -80,7 +80,8 @@ MetamaskInpageProvider.prototype.send = function (payload) {
// throw not-supported Error
default:
varmessage='The MetaMask Web3 object does not support synchronous methods. See https://github.com/MetaMask/faq/blob/master/DEVELOPERS.md#all-async---think-of-metamask-as-a-light-client for details.'
varmessage='The MetaMask Web3 object does not support synchronous methods like '+payload.method+
'. See https://github.com/MetaMask/faq/blob/master/DEVELOPERS.md#all-async---think-of-metamask-as-a-light-client for details.'
thrownewError(message)
}
@ -131,4 +132,4 @@ function eachJsonMessage(payload, transformFn){