-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Hi,
I have RDFa markup that has <script>
tags that have a type
that is Parsable
but they have src
attributes so there's nothing in the bodies. The following code thus blows up:
rdflib.js/reference/fetcher-classes.js
Line 117 in 85a72c8
rdfParse(scripts[i].textContent, kb, xhr.original.uri, contentType) |
Would it be possible to add an option to Fetcher.load
to turn this behaviour off? Or otherwise skip over it if there's an src
attribute, or otherwise have it no-op or wrap in a try
block or something?
Metadata
Metadata
Assignees
Labels
No labels