diff --git a/src/utils.ts b/src/utils.ts index a773431b..51e1b1a6 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -45,6 +45,7 @@ export function isJSONSerializable(value: any): boolean { const textTypes = new Set([ "image/svg", "application/xml", + "application/rss+xml", "application/xhtml", "application/html", ]);