linkeddata / rdflib.js

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

Insist that ConnectedStore has a fetcher and LiveStore has an update… #551

Closed timbl closed 2 years ago

timbl commented 2 years ago

to save TS worrying about it in the calling modules.

Avoids TS errors like "liveStore.fetcher may be undefined"

bourgeoa commented 2 years ago

LGTM

timbl commented 2 years ago

the change from DOMtree to HTMLDocument was to fix an error which only showed in solid-ui -- the way TSC complains about remote bits of code can be a bit annoying. I didn't know that it would absorb the type info in old JS comments.