You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code seems to assume a RDFaProcessor.trim function which I guess used to exist but was deprocated... (who deprocated things?)
Solution in rdfaparser to switch it for the native stim trim... like foo.node.value.trim()
Failed 200: Fetch of <file:///Users/timbl_1/Content/DesignIssues/Overview.html> failed: Error trying to parse <file:///Users/timbl_1/Content/DesignIssues/Overview.html> as RDFa:
TypeError: RDFaProcessor.trim is not a function:
TypeError: RDFaProcessor.trim is not a function
at RDFaProcessor.process (/usr/local/lib/node_modules/rabel/node_modules/rdflib/lib/rdfaparser.js:379:37)
The text was updated successfully, but these errors were encountered:
The code seems to assume a RDFaProcessor.trim function which I guess used to exist but was deprocated... (who deprocated things?)
Solution in rdfaparser to switch it for the native stim trim... like
foo.node.value.trim()
The text was updated successfully, but these errors were encountered: