This removes the injection of Array.isArray and ArrayBuffer.isView into globals and restricts the use of the polyfills to js-sha3 itself.
I noticed there seems to be some redundancy in the detection for ArrayBuffer.isView. This is not changed here, with the intent to keep logic changes at a minimum in this PR.
This removes the injection of
Array.isArray
andArrayBuffer.isView
into globals and restricts the use of the polyfills tojs-sha3
itself.I noticed there seems to be some redundancy in the detection for
ArrayBuffer.isView
. This is not changed here, with the intent to keep logic changes at a minimum in this PR.This was merged as part of #34