braid-http
Advanced tools
Comparing version 0.3.19 to 0.3.20
@@ -232,3 +232,3 @@ // var peer = Math.random().toString(36).substr(2) | ||
function start_subscription (cb, error) { | ||
if (!res.ok) { | ||
if (!res.ok) | ||
throw new Error('Request returned not ok status:', res.status) | ||
@@ -235,0 +235,0 @@ |
{ | ||
"name": "braid-http", | ||
"version": "0.3.19", | ||
"version": "0.3.20", | ||
"description": "An implementation of Braid-HTTP for Node.js and Browsers", | ||
@@ -5,0 +5,0 @@ "scripts": { |
48726