Mercurial > code > home > repos > streamed-graph
comparison src/streamed_graph_client.ts @ 9:26d3e4860adc
working on porting graph_view to n3.js. also working on making tests run
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Dec 2019 09:19:43 -0800 |
parents | 6fefd287aff9 |
children | 7ca4ff2088c3 |
comparison
equal
deleted
inserted
replaced
8:6fefd287aff9 | 9:26d3e4860adc |
---|---|
2 | 2 |
3 import * as async from "async"; | 3 import * as async from "async"; |
4 // import * as jsonld from "jsonld"; | 4 // import * as jsonld from "jsonld"; |
5 | 5 |
6 import { eachJsonLdQuad } from "./json_ld_quads"; | 6 import { eachJsonLdQuad } from "./json_ld_quads"; |
7 import { Store, DataFactory } from "n3" | 7 import { Store } from "n3" |
8 | 8 |
9 // /// <reference types="eventsource" /> | 9 // /// <reference types="eventsource" /> |
10 // const EventSource = window.EventSource; | 10 // const EventSource = window.EventSource; |
11 | 11 |
12 export class StreamedGraphClient { | 12 export class StreamedGraphClient { |