Skip to content

Commit

Permalink
repairDataProperties - add TypedArray.prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Aug 26, 2019
1 parent 6630e69 commit 25d1369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle/mutable.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export default function makeRepairDataProperties() {
g.DataView.prototype,

a.TypedArray,
a.TypedArray.prototype,
g.Int8Array.prototype,
g.Int16Array.prototype,
g.Int32Array.prototype,
Expand Down

0 comments on commit 25d1369

Please sign in to comment.