nrss/lib
olaven ed0e0b7ab1 Fix invalid feed characters
This PR fixes a (sneaky) bug introduced in #25.
XML strings were stringified before being returned to the client, producing invalid XML ("'<></>'" over "<></>").
This PR changes the code such that only JSON responses are stringified.
2024-04-14 12:11:25 +02:00
..
nrk feat: Add unit-tests (#25) 2024-04-11 21:10:16 +02:00
caching.test.ts feat: Add unit-tests (#25) 2024-04-11 21:10:16 +02:00
caching.ts feat: Add unit-tests (#25) 2024-04-11 21:10:16 +02:00
rss.test.ts feat: Add unit-tests (#25) 2024-04-11 21:10:16 +02:00
rss.ts feat: Add unit-tests (#25) 2024-04-11 21:10:16 +02:00
storage.test.ts feat: Add unit-tests (#25) 2024-04-11 21:10:16 +02:00
storage.ts Caching feeds, minimizing HTTP requests. 2024-04-07 19:15:52 +02:00
test-utils.ts feat: Add unit-tests (#25) 2024-04-11 21:10:16 +02:00
utils.test.ts Fix invalid feed characters 2024-04-14 12:11:25 +02:00
utils.ts Fix invalid feed characters 2024-04-14 12:11:25 +02:00