1
0
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-07-13 07:41:32 +00:00

fix: remove abort-controller dep ()

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

@ -5,7 +5,6 @@ const { expect } = require('aegir/utils/chai')
const sinon = require('sinon')
const { AbortError } = require('libp2p-interfaces/src/transport/errors')
const AbortController = require('abort-controller')
const AggregateError = require('aggregate-error')
const pDefer = require('p-defer')
const delay = require('delay')