fix(core): update encoding QR constants and fetch utils

This commit is contained in:
2026-06-08 15:50:59 +07:00
parent 74fbd0c005
commit 9a912f7a77
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const TEXT_CONTENT_TYPES: ReadonlySet<string> = /* @__PURE__ */ new Set([
'application/html',
]);
const JSON_CONTENT_TYPE_RE = /^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;
const JSON_CONTENT_TYPE_RE = /^application\/(?:[\w!#$%&*.^`~-]*\+)?json(?:;.+)?$/i;
// ---------------------------------------------------------------------------
// Predicate helpers