Skip to content

Commit

Permalink
Merge pull request #29 from MetaMask/AddWebsockets
Browse files Browse the repository at this point in the history
Add websocket global to plugins
  • Loading branch information
danfinlay authored Oct 1, 2019
2 parents e149a8d + 86807af commit 1aa64ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/controllers/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,13 @@ class PluginsController extends EventEmitter {
SubtleCrypto,
fetch,
XMLHttpRequest,
WebSocket,
},
crypto,
SubtleCrypto,
fetch,
XMLHttpRequest,
WebSocket,
})
sessedPlugin()
} catch (err) {
Expand Down

0 comments on commit 1aa64ad

Please sign in to comment.