And probably earlier IEs.
Problem seems to be this line:
|
value: new DocumentData(options && options.baseURI ? options.baseURI : target.nodeType==Node.DOCUMENT_NODE ? target.documentElement.baseURI : target.graph.baseURI), |
because baseURI is not supported in IE.
And probably earlier IEs.
Problem seems to be this line:
green-turtle/src/RDFaAPI.js
Line 539 in fd18878
because
baseURIis not supported in IE.