Closed egekorkan closed 3 years ago
As the is fetched using the fetch function at this line, it does not use the node-wot's fetch function that is actually protocol independent, see here ( https://github.com/eclipse/thingweb.node-wot/blob/6b207b0029654055f170f83dc94443cc8c94f956/packages/core/src/helpers.ts#L122 )
fetch
Also, there is no error displayed since there is no catch for the fetch function but only for the TD parsing. This is related to #40
Also valid for any other protocol
Fixed in PR #98
As the is fetched using the
fetch
function at this line, it does not use the node-wot's fetch function that is actually protocol independent, see here ( https://github.com/eclipse/thingweb.node-wot/blob/6b207b0029654055f170f83dc94443cc8c94f956/packages/core/src/helpers.ts#L122 )Also, there is no error displayed since there is no catch for the
fetch
function but only for the TD parsing. This is related to #40