Comparing version 0.1.0 to 0.1.1
@@ -30,6 +30,8 @@ var wk = function (c, msg, transfer, cb) { | ||
Float32Array, | ||
Float64Array, | ||
BigInt64Array, | ||
BigUint64Array | ||
Float64Array | ||
]; | ||
if (typeof BigInt64Array != 'undefined') | ||
abvList.push(BigInt64Array); | ||
if (typeof BigUint64Array != 'undefined') | ||
abvList.push(BigUint64Array); | ||
var getAllPropertyKeys = function (o) { | ||
@@ -36,0 +38,0 @@ var keys = Object.getOwnPropertyNames(o); |
@@ -33,6 +33,8 @@ "use strict"; | ||
Float32Array, | ||
Float64Array, | ||
BigInt64Array, | ||
BigUint64Array | ||
Float64Array | ||
]; | ||
if (typeof BigInt64Array != 'undefined') | ||
abvList.push(BigInt64Array); | ||
if (typeof BigUint64Array != 'undefined') | ||
abvList.push(BigUint64Array); | ||
var getAllPropertyKeys = function (o) { | ||
@@ -39,0 +41,0 @@ var keys = Object.getOwnPropertyNames(o); |
@@ -19,6 +19,8 @@ "use strict"; | ||
Float32Array, | ||
Float64Array, | ||
BigInt64Array, | ||
BigUint64Array | ||
Float64Array | ||
]; | ||
if (typeof BigInt64Array != 'undefined') | ||
abvList.push(BigInt64Array); | ||
if (typeof BigUint64Array != 'undefined') | ||
abvList.push(BigUint64Array); | ||
var getAllPropertyKeys = function (o) { | ||
@@ -25,0 +27,0 @@ var keys = Object.getOwnPropertyNames(o); |
@@ -34,6 +34,8 @@ "use strict"; | ||
Float32Array, | ||
Float64Array, | ||
BigInt64Array, | ||
BigUint64Array | ||
Float64Array | ||
]; | ||
if (typeof BigInt64Array != 'undefined') | ||
abvList.push(BigInt64Array); | ||
if (typeof BigUint64Array != 'undefined') | ||
abvList.push(BigUint64Array); | ||
var getAllPropertyKeys = function (o) { | ||
@@ -40,0 +42,0 @@ var keys = Object.getOwnPropertyNames(o); |
{ | ||
"name": "isoworker", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Isomorphic workerization with dependencies", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
54418
1279