discordjs / discord.js-modules

Modularisation of discord.js (WIP)
Apache License 2.0
192 stars 30 forks source link

feat(Rest): use native Node.js AbortController #66

Closed J-Human closed 3 years ago

J-Human commented 3 years ago

Please describe the changes this PR makes and why it should be merged: Node.js already has an AbortController implementation, hence a poly fill is no longer needed.

Status and versioning classification:

codecov[bot] commented 3 years ago

Codecov Report

Merging #66 (4298ada) into main (65cb8e2) will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
- Coverage   85.84%   85.82%   -0.02%     
==========================================
  Files           8        8              
  Lines        1010     1009       -1     
  Branches      101      101              
==========================================
- Hits          867      866       -1     
  Misses         42       42              
  Partials      101      101              
Impacted Files Coverage Δ
...ackages/rest/src/lib/handlers/SequentialHandler.ts 83.02% <ø> (-0.08%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 65cb8e2...4298ada. Read the comment docs.