Skip to content

Commit 40ff617

Browse files
authored
Use default export of 'abort-controller' to fix browser compatibility
Co-authored-by: MKL <[email protected]> Closes #43
1 parent 5b8dbbb commit 40ff617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SparqlEndpointFetcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import "cross-fetch/polyfill";
2-
import { AbortController } from 'abort-controller';
2+
import AbortController from 'abort-controller';
33
import * as RDF from "@rdfjs/types";
44
import {InsertDeleteOperation, ManagementOperation, Parser as SparqlParser} from "sparqljs";
55
import {ISettings, SparqlJsonParser} from "sparqljson-parse";

0 commit comments

Comments
 (0)