alxhotel / nat-api

:left_right_arrow: Fast port mapping with UPnP and NAT-PMP
MIT License
23 stars 12 forks source link

replace request with fetch #29

Open jimmywarting opened 1 year ago

jimmywarting commented 1 year ago

this will replace request with built in fetch. it would require NodeJS v18+ but it could also be polyfilled by those who are on a older NodeJS version. this should probably me mentioned in the readme

fix: #21