node_raptor icon indicating copy to clipboard operation
node_raptor copied to clipboard

Add synchronous API

Open 0xfeedface opened this issue 15 years ago • 0 comments

A synchronous parsing API might be useful.

var p = raptor.newParser(), 
    triples = p.parseFileSync('/path/to/rdf');

0xfeedface avatar Jan 30 '11 21:01 0xfeedface