Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
add some typed arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed May 7, 2020
1 parent ef395bc commit 94bb90d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "7.6.1",
"version": "7.7.2",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",
Expand Down
22 changes: 22 additions & 0 deletions app/scripts/controllers/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,17 @@ class PluginsController extends EventEmitter {
WebSocket,
Buffer,
Date,
Int8Array,
Uint8Array,
Uint8ClampedArray,
Int16Array,
Uint16Array,
Int32Array,
Uint32Array,
Float32Array,
Float64Array,
BigInt64Array,
BigUint64Array,

// timers
clearTimeout,
Expand All @@ -676,6 +687,17 @@ class PluginsController extends EventEmitter {
fetch,
XMLHttpRequest,
WebSocket,
Int8Array,
Uint8Array,
Uint8ClampedArray,
Int16Array,
Uint16Array,
Int32Array,
Uint32Array,
Float32Array,
Float64Array,
BigInt64Array,
BigUint64Array
},
})
sessedPlugin()
Expand Down

0 comments on commit 94bb90d

Please sign in to comment.