fix: remove abort-controller dep (#1095)

The `AbortController` class is supported by browsers and node 14+ - we only support node 16+ (e.g. LTS+Current) so the `abort-controller` module isn't needed any more.
This commit is contained in:
Alex Potsides
2022-01-20 12:02:13 +00:00
committed by GitHub
parent c3700f55d5
commit 0a4dc54d08
3 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,6 @@
const duplexPair = require('it-pair/duplex')
const abortable = require('abortable-iterator')
const AbortController = require('abort-controller')
/**
* Returns both sides of a mocked MultiaddrConnection