linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
564 stars 143 forks source link

Jsonld #509

Closed timbl closed 3 years ago

timbl commented 3 years ago

Just changed coed to be more logical, hopefully to fix a Store being returned instead of Response.

bourgeoa commented 3 years ago

@timbl or @SharonStrats before publishing the build works but there is a typescript issue

src/fetcher.ts:505:19 - error TS2345: Argument of type 'Response' is not assignable to parameter of type 'FetchError | PromiseLike'. Type 'Response' is missing the following properties from type 'FetchError': name, message

505 resolve(fetcher.doneFetch(options, response))