@based/client
Advanced tools
Comparing version 4.8.1 to 4.8.2
@@ -39,3 +39,2 @@ "use strict"; | ||
const parseArrayBuffer = async (d) => { | ||
console.log('DDD', d); | ||
// needed for CF workers which return array buffers | ||
@@ -42,0 +41,0 @@ if (d instanceof ArrayBuffer) { |
@@ -80,3 +80,2 @@ "use strict"; | ||
ws.addEventListener('message', (d) => { | ||
console.log('DATA', d.data); | ||
client.onData(d); | ||
@@ -83,0 +82,0 @@ }); |
@@ -5,5 +5,3 @@ "use strict"; | ||
if (typeof url === 'function') { | ||
console.log('url loader'); | ||
url().then((v) => { | ||
console.log('loaded'); | ||
cb(v); | ||
@@ -10,0 +8,0 @@ }); |
{ | ||
"name": "@based/client", | ||
"version": "4.8.1", | ||
"version": "4.8.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
206902
3293