issues
search
SolidLabResearch
/
Bashlib
A Node.JS and CLI interface for Solid
https://solidlabresearch.github.io/Bashlib/
17
stars
6
forks
source link
Fix undefined fetch
#25
Closed
mielvds
closed
2 years ago
mielvds
commented
2 years ago
the docs were calling aync functions without await
fetch on
https://github.com/SolidLabResearch/Bashlib/blob/master/bashlib/css/src/functions/SessionCreationCSSv4.ts#L111
was undefined. I assume nodefetch was meant here
mielvds
commented
2 years ago
Superseded by #32