Skip to content

Commit

Permalink
Use default export of 'abort-controller' to fix browser compatibility
Browse files Browse the repository at this point in the history
Co-authored-by: MKL <[email protected]>

Closes #43
  • Loading branch information
smeckler authored Nov 29, 2021
1 parent 5b8dbbb commit 40ff617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SparqlEndpointFetcher.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "cross-fetch/polyfill";
import { AbortController } from 'abort-controller';
import AbortController from 'abort-controller';
import * as RDF from "@rdfjs/types";
import {InsertDeleteOperation, ManagementOperation, Parser as SparqlParser} from "sparqljs";
import {ISettings, SparqlJsonParser} from "sparqljson-parse";
Expand Down

0 comments on commit 40ff617

Please sign in to comment.