-
Notifications
You must be signed in to change notification settings - Fork 676
replace axios with fetch #1525
Copy link
Copy link
Open
Labels
discussionM-T: An issue where more input is needed to reach a decisionM-T: An issue where more input is needed to reach a decisionenhancementM-T: A feature request for new functionalityM-T: A feature request for new functionalitypkg:web-apiapplies to `@slack/web-api`applies to `@slack/web-api`
Milestone
Metadata
Metadata
Assignees
Labels
discussionM-T: An issue where more input is needed to reach a decisionM-T: An issue where more input is needed to reach a decisionenhancementM-T: A feature request for new functionalityM-T: A feature request for new functionalitypkg:web-apiapplies to `@slack/web-api`applies to `@slack/web-api`
(Describe your issue and goal here)
Packages:
Select all that apply:
@slack/web-api@slack/rtm-api@slack/webhooks@slack/oauth@slack/socket-mode@slack/typesRequirements
could you replace axios with fetch instead?
And preferable don't depend on any FormData, Blob, XHR, fetch dependency? let users bring there own instances instead b/c they exist globally in NodeJS now and if they need they can polyfill this stuff by themself. using undici, node-fetch or anything else