eklem / nrk-sapmi-crawler

Crawler for NRK Sapmi news bulletins that will be the basis for Sami stopword lists and an example search engine for content in Sami.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a check on status response from fetch

eklem opened this issue · comments

if (!response.ok) throw new Error(`unexpected response ${response.statusText}`);

Trigger it and see if it stops the return of the promise.