@ucanto/transport
Advanced tools
Comparing version 9.0.2 to 9.1.0
{ | ||
"name": "@ucanto/transport", | ||
"description": "ucanto transport", | ||
"version": "9.0.2", | ||
"version": "9.1.0", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "UCAN", |
@@ -68,3 +68,3 @@ import * as API from '@ucanto/interface' | ||
? await response.arrayBuffer() | ||
: HTTPError.throw('HTTP Request failed', response) | ||
: HTTPError.throw(`HTTP Request failed. ${this.method} ${this.url.href} → ${response.status}`, response) | ||
@@ -71,0 +71,0 @@ return { |
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
27017