You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the metamask provider from a background script in a chrome extension, but background scripts have no document object so I'm being thrown a "document is not defined" error. This is due to this line:
I'm trying to use the metamask provider from a background script in a chrome extension, but background scripts have no document object so I'm being thrown a "document is not defined" error. This is due to this line:
providers/src/MetaMaskInpageProvider.ts
Line 119 in 87f33cf
The text was updated successfully, but these errors were encountered: