@zyzgroup/core-web 0.1.88 → 0.1.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/theme.css +27 -22
- package/dist/zyzgroup_core_web.iife.js +17 -17
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +1 -1
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +16 -16
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/hooks/useFetch.d.ts +1 -1
- package/types/hooks/useFetch.d.ts.map +1 -1
|
@@ -22469,7 +22469,7 @@ async function ao(n, t) {
|
|
|
22469
22469
|
})
|
|
22470
22470
|
);
|
|
22471
22471
|
if (Cr.delete(e), clearTimeout(a), h.status === 200 || h.status === 0) {
|
|
22472
|
-
if (h.status === 0 && kn("useFetch: HTTP Status 0 received."), typeof ReadableStream < "u" && h.body && h.body.getReader
|
|
22472
|
+
if (h.status === 0 && kn("useFetch: HTTP Status 0 received."), r && typeof ReadableStream < "u" && h.body && h.body.getReader) {
|
|
22473
22473
|
const c = h.body.getReader(), l = h.headers.get("X-File-Size") || h.headers.get("Content-Length"), u = l ? parseInt(l) : 0, d = u !== 0;
|
|
22474
22474
|
let f = 0;
|
|
22475
22475
|
const m = new ReadableStream({
|